aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/chatbox/legacy.css
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-04-07 22:51:33 +0200
committersD <stoned@derpymail.org>2020-04-07 22:51:33 +0200
commit2257d5d4b1a94d6d4eae3af127fd2b20f33b180f (patch)
tree315e98d3747d6a246693917826bc63a6305ac08a /webAO/styles/chatbox/legacy.css
parente172029a5e978da699e0c9152f3b1682b5c7095b (diff)
don't worry about top anymore
Diffstat (limited to 'webAO/styles/chatbox/legacy.css')
-rw-r--r--webAO/styles/chatbox/legacy.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/styles/chatbox/legacy.css b/webAO/styles/chatbox/legacy.css
index 111bcf6..4e22b5b 100644
--- a/webAO/styles/chatbox/legacy.css
+++ b/webAO/styles/chatbox/legacy.css
@@ -1,6 +1,6 @@
#client_chatcontainer {
position: absolute;
- top: 60%;
+ bottom: 0;
left: 0;
height: 40%;
width: 100%;