diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-07-18 19:55:51 +0200 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2019-07-18 19:55:51 +0200 |
| commit | b3e3fe6f21ba474901868c00c33eac81bc3ddbd5 (patch) | |
| tree | ea3e2031391df37ecb7a8e6f3b3388d0593d2424 /webAO/client.css | |
| parent | 293f15e0111410a957d39bacd1c71013bbddaf5d (diff) | |
Revert "remove deprecated client_background that was blocking the scrollbar somehow"
This reverts commit 6d3b340bac4e858d2f654040b0291d4cd0d83986.
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%; |
