diff options
| author | stonedDiscord <Tukz@gmx.de> | 2024-08-31 14:30:52 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2024-08-31 14:30:52 +0200 |
| commit | 84db1ce9a2eaf6670605104d2ede8683159b67df (patch) | |
| tree | 57f22ac4384b78ec80f23ffac7445a5cc63c8ef3 /webAO/styles/client.css | |
| parent | c4f8f6fac11d9a40302d00ed3b3bee70a77b695c (diff) | |
playerlist fixes
Diffstat (limited to 'webAO/styles/client.css')
| -rw-r--r-- | webAO/styles/client.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index f95613a..1525500 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -563,6 +563,10 @@ color: #fff; } +#client_playerlist { + overflow-y: scroll; +} + #client_menu { overflow-y: auto; height: 100%; |
