diff options
| author | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-20 14:59:45 -0400 |
|---|---|---|
| committer | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-20 14:59:45 -0400 |
| commit | bd76a2510c00755f1fccc8af8ebd75477df4511d (patch) | |
| tree | 9dcc1c1063c0c7817028abc5685203f083351811 /webAO | |
| parent | ef69cb63da031129db046d9b5f1f5b9feb57ee34 (diff) | |
Fix shake
Diffstat (limited to 'webAO')
| -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 { |
