diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-07-17 22:16:36 +0200 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2019-07-17 22:16:36 +0200 |
| commit | ce424437a06d9e7219b7ac9da994dfb8ce685044 (patch) | |
| tree | 03035602a35e69d76b01f669405bd6b2ab2ebeb8 | |
| parent | 6d3b340bac4e858d2f654040b0291d4cd0d83986 (diff) | |
only display scrollbars when needed
| -rw-r--r-- | webAO/client.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webAO/client.css b/webAO/client.css index 54c688d..ade55c7 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -84,7 +84,7 @@ img { left: 0; width: 100%; height: 100%; - overflow-y: scroll; + overflow-y: auto; justify-content: center; align-items: center; vertical-align: middle; @@ -259,7 +259,7 @@ img { word-break: keep-all; word-wrap: break-word; overflow-wrap: break-word; - overflow-y: scroll; + overflow-y: auto; font-size: medium; background-color: #242424; text-align: start; @@ -288,7 +288,7 @@ img { font-family: "Source Code Pro", "Consolas", monospace; font-size: small; overflow-wrap: break-word; - overflow-y: scroll; + overflow-y: auto; text-rendering: optimizelegibility; resize: none; flex: 1 1 auto; |
