aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2021-07-02 18:23:51 +0200
committerstonedDiscord <Tukz@gmx.de>2021-07-02 18:23:51 +0200
commit43a3bc0c439146aa88b691dd7be831adc7029e80 (patch)
tree7c2a3e8f8565398b1beb0471e3de2f39c28a5409 /webAO/styles
parent0f9c2f400055a0a53a84b5067500d844516d665f (diff)
prevent sprites from clipping through the bottom of the viewport
Diffstat (limited to 'webAO/styles')
-rw-r--r--webAO/styles/client.css4
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;