diff options
| author | stonedDiscord <Tukz@gmx.de> | 2021-07-02 18:23:51 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2021-07-02 18:23:51 +0200 |
| commit | 43a3bc0c439146aa88b691dd7be831adc7029e80 (patch) | |
| tree | 7c2a3e8f8565398b1beb0471e3de2f39c28a5409 /webAO/styles | |
| parent | 0f9c2f400055a0a53a84b5067500d844516d665f (diff) | |
prevent sprites from clipping through the bottom of the viewport
Diffstat (limited to 'webAO/styles')
| -rw-r--r-- | webAO/styles/client.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 019d9b4..b00718e 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -121,9 +121,12 @@ overflow-x: hidden; overflow-y: auto; height: 100%; + background: inherit; } #client_iccontrols { + position: relative; + background: inherit; overflow-y:auto; } @@ -353,6 +356,7 @@ #client_bars { position: relative; + background: inherit; text-align: center; display: flex; display: -webkit-flex; |
