diff options
| -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; |
