From 7496df4dbc7cb2f38f9b3130073b834712a15576 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Thu, 18 Jul 2019 20:50:20 +0200 Subject: Revert "Revert "Revert "remove deprecated client_background that was blocking the scrollbar somehow""" This reverts commit b8f4c65312e8c8b1ccc081d59288e6d6a38b7911. --- 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