From 262e46090acfa6165074bc9a51f45bb1a6695d4c Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sat, 7 Sep 2024 17:31:23 +0200 Subject: [PATCH] playerlist scroll --- webAO/styles/client.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 6737953a..f16a098e 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -5,6 +5,10 @@ width: 20px; } +.lm_content { + overflow-y: scroll; + } + @keyframes error_blink { 0% { color: #fff; @@ -565,7 +569,6 @@ #client_playerlist { width: 100%; - overflow-y: scroll; } #client_menu {