diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-07-18 20:50:20 +0200 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2019-07-18 20:50:20 +0200 |
| commit | 7496df4dbc7cb2f38f9b3130073b834712a15576 (patch) | |
| tree | fdbecc86f1c89bf1be9cdd91b1b0004618838b6a /webAO/client.css | |
| parent | 7e6409f36cb0f39b8974c737d7b81ccffb6c06f0 (diff) | |
Revert "Revert "Revert "remove deprecated client_background that was blocking the scrollbar somehow"""
This reverts commit b8f4c65312e8c8b1ccc081d59288e6d6a38b7911.
Diffstat (limited to 'webAO/client.css')
| -rw-r--r-- | webAO/client.css | 8 |
1 files changed, 8 insertions, 0 deletions
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%; |
