aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/client.css
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/styles/client.css')
-rw-r--r--webAO/styles/client.css7
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