aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/client.css
diff options
context:
space:
mode:
authorstoned <Tukz@gmx.de>2024-08-17 08:21:36 +0200
committerstoned <Tukz@gmx.de>2024-08-17 08:21:36 +0200
commit19db325850a566553495e1eae3767b500a5da0aa (patch)
treee45d1799a586d83ebc7e87d0db001f8b178b9181 /webAO/styles/client.css
parent62c74139a51ef389867949899379efd5e4b83da2 (diff)
fix scrolling in ic controls
Diffstat (limited to 'webAO/styles/client.css')
-rw-r--r--webAO/styles/client.css6
1 files changed, 2 insertions, 4 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css
index 7f907e1..9e26a93 100644
--- a/webAO/styles/client.css
+++ b/webAO/styles/client.css
@@ -142,15 +142,13 @@
#client_icwrapper {
overflow-x: hidden;
- overflow-y: auto;
- height: 100%;
background: inherit;
}
#client_iccontrols {
- position: relative;
background: inherit;
- overflow-y:auto;
+ height: 100%;
+ overflow-y: auto;
}