diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-19 22:51:02 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-03-19 22:51:02 +0100 |
| commit | cd3f7eda8f8a9c407b7750a374e8a40c52c2d881 (patch) | |
| tree | 44a396cc87eb1a3d1a9953811d2b1995bc5a661a /webAO | |
| parent | b0fa1dfa5af0e452b65d4a52c4462cf2318c4ea3 (diff) | |
fix scrollbar
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/styles/client.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
