diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-07-17 22:11:35 +0200 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2019-07-17 22:11:35 +0200 |
| commit | 54f8e92a87485656f3cad8f4c6fb1907401e4335 (patch) | |
| tree | 180b9f8567d666f3ff2088a2ad0445a4e642af40 /webAO/client.css | |
| parent | 050ede4a488c11a5c0cae05bcc17cd2dc0b17d01 (diff) | |
fix resizing issue
Diffstat (limited to 'webAO/client.css')
| -rw-r--r-- | webAO/client.css | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/webAO/client.css b/webAO/client.css index bb5822b..40c8aad 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -110,12 +110,10 @@ img { border: 1px solid black; } -#client_wrapper { - background-color: #888888; - overflow: auto; - overflow-y: hidden; - min-width: 256px; - resize: horizontal; +#client_icwrapper { + overflow-x: hidden; + overflow-y: auto; + height: 100%; } @media (max-width: 360px) { @@ -458,6 +456,11 @@ img { margin-right: -50%; } +#client_menu { + overflow-y: auto; + height: 100%; +} + .menu_content { margin: 15px 15px; display: none; |
