diff options
| author | stonedDiscord <Tukz@gmx.de> | 2026-01-29 19:46:54 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2026-01-29 19:46:54 +0100 |
| commit | 99e451308b714119f2b1d414af016afc8955d4a3 (patch) | |
| tree | 75545000c16d7e2fd46a9fc3389803fbc6f50e03 | |
| parent | f0048ed97916071d71e4e629f249ae5360e5ff41 (diff) | |
Revert "less scrollbars"
This reverts commit f0048ed97916071d71e4e629f249ae5360e5ff41.
| -rw-r--r-- | webAO/styles/client.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index f0aeb05..dceb6c6 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -153,6 +153,7 @@ #client_iccontrols { background: inherit; height: 100%; + overflow-y: auto; } @keyframes shake { @@ -512,6 +513,7 @@ word-break: keep-all; word-wrap: break-word; overflow-wrap: break-word; + overflow-y: auto; font-size: medium; background-color: #242424; text-align: start; @@ -540,6 +542,7 @@ font-family: "Source Code Pro", "Consolas", monospace; font-size: small; overflow-wrap: break-word; + overflow-y: auto; text-rendering: optimizelegibility; resize: none; flex: 1 1 auto; |
