From cd3f7eda8f8a9c407b7750a374e8a40c52c2d881 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sat, 19 Mar 2022 22:51:02 +0100 Subject: fix scrollbar --- webAO/styles/client.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webAO/styles') diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 0dfe15c..c778d6f 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -80,6 +80,7 @@ text-align: center; align-items: center; font-size: large; + overflow-y: scroll; z-index: 100; background: #555; } @@ -116,7 +117,6 @@ #client_charselect { display: block; - overflow-y: scroll; text-align: center; margin: 0 auto; background: #444; -- cgit