From 99e451308b714119f2b1d414af016afc8955d4a3 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Thu, 29 Jan 2026 19:46:54 +0100 Subject: Revert "less scrollbars" This reverts commit f0048ed97916071d71e4e629f249ae5360e5ff41. --- webAO/styles/client.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'webAO/styles/client.css') 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; -- cgit