From 6d3b340bac4e858d2f654040b0291d4cd0d83986 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 17 Jul 2019 22:13:33 +0200 Subject: remove deprecated client_background that was blocking the scrollbar somehow --- webAO/client.css | 8 -------- 1 file changed, 8 deletions(-) (limited to 'webAO/client.css') diff --git a/webAO/client.css b/webAO/client.css index 40c8aad..54c688d 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -188,14 +188,6 @@ img { left: 0; } -#client_background { - position: absolute; - background-color: transparent; - width: 100%; - height: auto; - padding-bottom: 75%; -} - #client_name { display: none; height: 7%; -- cgit