aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.css
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/client.css')
-rw-r--r--webAO/client.css15
1 files changed, 9 insertions, 6 deletions
diff --git a/webAO/client.css b/webAO/client.css
index bb5822b..40c8aad 100644
--- a/webAO/client.css
+++ b/webAO/client.css
@@ -110,12 +110,10 @@ img {
border: 1px solid black;
}
-#client_wrapper {
- background-color: #888888;
- overflow: auto;
- overflow-y: hidden;
- min-width: 256px;
- resize: horizontal;
+#client_icwrapper {
+ overflow-x: hidden;
+ overflow-y: auto;
+ height: 100%;
}
@media (max-width: 360px) {
@@ -458,6 +456,11 @@ img {
margin-right: -50%;
}
+#client_menu {
+ overflow-y: auto;
+ height: 100%;
+}
+
.menu_content {
margin: 15px 15px;
display: none;