diff options
| author | stonedDiscord <Tukz@gmx.de> | 2026-01-29 19:47:54 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2026-01-29 19:47:54 +0100 |
| commit | 7391a61b881af5a515abfbf5905f65e749814fa4 (patch) | |
| tree | fe82fea3dd9a7196415c03706ddb3e2ae85ba06f | |
| parent | 99e451308b714119f2b1d414af016afc8955d4a3 (diff) | |
maybe auto will fix it
| -rw-r--r-- | webAO/styles/client.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index dceb6c6..88eca59 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -3,7 +3,7 @@ } .lm_content { - overflow-y: scroll; + overflow-y: auto; } @keyframes error_blink { |
