From da303e256b03f184c40cf939b197f4a35b1ebce6 Mon Sep 17 00:00:00 2001 From: stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> Date: Tue, 16 Feb 2021 13:41:25 +0100 Subject: Revert "Make the ic wrapper a flexbox and hide its overflow" This reverts commit 154db7b25b82ff4b3aeae8c0ebcb6ca5e9beaf09. --- webAO/styles/client.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'webAO') diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 5a4c10e..2947950 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -115,9 +115,8 @@ } #client_icwrapper { - overflow: hidden; - display:flex; - flex-flow: column nowrap; + overflow-x: hidden; + overflow-y: auto; height: 100%; } @@ -636,4 +635,4 @@ .hrtext:after { left: 0.5em; margin-right: -50%; -} +} \ No newline at end of file -- cgit