diff options
| author | craftxbox <craftxbox@craftxbox.com> | 2021-02-07 19:21:17 -0330 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-07 19:21:17 -0330 |
| commit | cbd34433530304845c80d48dbf4c39679eb23e1e (patch) | |
| tree | e3bff5519339280c14086324378ef70362c9b555 /webAO | |
| parent | 154db7b25b82ff4b3aeae8c0ebcb6ca5e9beaf09 (diff) | |
allow the ic controls/misc panel to overflow
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/styles/client.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index aef8187..b86e188 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -121,6 +121,10 @@ height: 100%; } +#client_iccontrols { + overflow-y:auto; +} + @keyframes shake { 0%, |
