diff options
| author | sD <stoned@derpymail.org> | 2020-04-26 19:35:42 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-26 19:35:42 +0200 |
| commit | 9032d59a38e428404bf71c211349edff872f96ce (patch) | |
| tree | 8fced890ebd2ac9edfe96f8d1807602d797b065c /webAO/styles | |
| parent | d1f09330c87415c765c4f6ff1013fd7cf6ad2eef (diff) | |
forgot display block on dgs chatcontainer
Diffstat (limited to 'webAO/styles')
| -rw-r--r-- | webAO/styles/chatbox/dgs.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/styles/chatbox/dgs.css b/webAO/styles/chatbox/dgs.css index 0530dff..76db19d 100644 --- a/webAO/styles/chatbox/dgs.css +++ b/webAO/styles/chatbox/dgs.css @@ -39,6 +39,7 @@ } #client_chatcontainer { + display: block; position: absolute; bottom: 0; left: 0; |
