diff options
| author | sD <stoned@derpymail.org> | 2020-04-18 18:44:44 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-18 18:44:44 +0200 |
| commit | 4bb0ced6e218042c969e487bbded077dd6bde7b9 (patch) | |
| tree | f08a530ff18ab2cf92cddc69a80f483b9b31b669 /webAO/styles | |
| parent | 22a9e0d245b5351abce775676c24cc80b8a81ec4 (diff) | |
eliminate size popping in and out
Diffstat (limited to 'webAO/styles')
| -rw-r--r-- | webAO/styles/client.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 61aba11..9a1afd8 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -215,6 +215,13 @@ transition-property: height, opacity; } +#client_chatcontainer { + position: absolute; + width: 100%; + bottom: 0; + left: 0; +} + #client_shout { display: block; position: absolute; |
