diff options
| -rw-r--r-- | webAO/styles/client.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 940a1ea..4e0712e 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -169,14 +169,16 @@ #client_background { position: relative; - padding-bottom: 75%; background-color: transparent; top: 0; left: 0; } #client_gamewindow { + position: inherit; width: 100%; + padding-bottom: 75%; + } #client_court_static { |
