From 19db325850a566553495e1eae3767b500a5da0aa Mon Sep 17 00:00:00 2001 From: stoned Date: Sat, 17 Aug 2024 08:21:36 +0200 Subject: fix scrolling in ic controls --- webAO/styles/client.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'webAO/styles') 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; } -- cgit