diff options
| author | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2021-02-16 13:41:25 +0100 |
|---|---|---|
| committer | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2021-02-16 13:41:25 +0100 |
| commit | da303e256b03f184c40cf939b197f4a35b1ebce6 (patch) | |
| tree | 4631dc0c01222c56891c3e764fddda300a207cce /webAO/styles/client.css | |
| parent | 3ef74cdf2a56012ca629e457767489ee1ea9672a (diff) | |
Revert "Make the ic wrapper a flexbox and hide its overflow"
This reverts commit 154db7b25b82ff4b3aeae8c0ebcb6ca5e9beaf09.
Diffstat (limited to 'webAO/styles/client.css')
| -rw-r--r-- | webAO/styles/client.css | 7 |
1 files changed, 3 insertions, 4 deletions
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 |
