From e188b0dd87c472324419e3b2b1ec1647647478ba Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Thu, 18 Jul 2019 22:24:58 +0200 Subject: I DID IT (overlapping bg issue and flash) --- webAO/client.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'webAO/client.css') diff --git a/webAO/client.css b/webAO/client.css index 2ef43ec..1573103 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -74,8 +74,7 @@ img { } #client_gamewindow { - position: relative; - padding-bottom: 75%; + width: 100%; } #client_charselect { @@ -189,11 +188,9 @@ img { } #client_background { - position: absolute; + position: relative; + padding-bottom: 75%; background-color: transparent; - width: 100%; - height: auto; - padding-bottom: 71%; top: 0; left: 0; } -- cgit