From cbd34433530304845c80d48dbf4c39679eb23e1e Mon Sep 17 00:00:00 2001 From: craftxbox Date: Sun, 7 Feb 2021 19:21:17 -0330 Subject: allow the ic controls/misc panel to overflow --- webAO/styles/client.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webAO/styles/client.css') diff --git a/webAO/styles/client.css b/webAO/styles/client.css index aef8187..b86e188 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -121,6 +121,10 @@ height: 100%; } +#client_iccontrols { + overflow-y:auto; +} + @keyframes shake { 0%, -- cgit