diff options
| author | stonedDiscord <Tukz@gmx.de> | 2024-09-07 17:31:23 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2024-09-07 17:31:23 +0200 |
| commit | 262e46090acfa6165074bc9a51f45bb1a6695d4c (patch) | |
| tree | 7ead5c5e55aecac081385698ce4dd204a8d23a77 | |
| parent | 67c45148bf18731a41dd72ad50919a4c246d501a (diff) | |
playerlist scroll
| -rw-r--r-- | webAO/styles/client.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 6737953..f16a098 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 { |
