diff options
| author | stonedDiscord <Tukz@gmx.de> | 2026-01-26 20:11:23 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2026-01-28 20:48:10 +0100 |
| commit | f0048ed97916071d71e4e629f249ae5360e5ff41 (patch) | |
| tree | 5ea49f074d3c85892af3411cb744e1dd02ab28ea | |
| parent | 03588b3b3d7a0f5e74a1565ec4dc65d4054281ca (diff) | |
less scrollbars
| -rw-r--r-- | webAO/styles/client.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index dceb6c6..f0aeb05 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -153,7 +153,6 @@ #client_iccontrols { background: inherit; height: 100%; - overflow-y: auto; } @keyframes shake { @@ -513,7 +512,6 @@ word-break: keep-all; word-wrap: break-word; overflow-wrap: break-word; - overflow-y: auto; font-size: medium; background-color: #242424; text-align: start; @@ -542,7 +540,6 @@ 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; |
