aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorcraftxbox <craftxbox@craftxbox.com>2021-02-07 19:20:09 -0330
committerGitHub <noreply@github.com>2021-02-07 19:20:09 -0330
commit154db7b25b82ff4b3aeae8c0ebcb6ca5e9beaf09 (patch)
tree57af5d46459a7d48bfe9f335d6a97c101f2b297b /webAO
parente73ac46480b2c2e34ea7af71d75a466d0680b7fb (diff)
Make the ic wrapper a flexbox and hide its overflow
Diffstat (limited to 'webAO')
-rw-r--r--webAO/styles/client.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css
index 99381ec..aef8187 100644
--- a/webAO/styles/client.css
+++ b/webAO/styles/client.css
@@ -115,8 +115,9 @@
}
#client_icwrapper {
- overflow-x: hidden;
- overflow-y: auto;
+ overflow: hidden;
+ display:flex;
+ flex-flow: column nowrap;
height: 100%;
}
@@ -616,4 +617,4 @@
.hrtext:after {
left: 0.5em;
margin-right: -50%;
-} \ No newline at end of file
+}