From b3e3fe6f21ba474901868c00c33eac81bc3ddbd5 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Thu, 18 Jul 2019 19:55:51 +0200 Subject: Revert "remove deprecated client_background that was blocking the scrollbar somehow" This reverts commit 6d3b340bac4e858d2f654040b0291d4cd0d83986. --- webAO/client.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'webAO/client.css') diff --git a/webAO/client.css b/webAO/client.css index a531921..c0e4a83 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -188,6 +188,14 @@ img { left: 0; } +#client_background { + position: absolute; + background-color: transparent; + width: 100%; + height: auto; + padding-bottom: 75%; +} + #client_name { display: none; height: 7%; -- cgit