summaryrefslogtreecommitdiff
path: root/public/css/chat.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/chat.css')
-rw-r--r--public/css/chat.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/public/css/chat.css b/public/css/chat.css
index dc627b0..f792709 100644
--- a/public/css/chat.css
+++ b/public/css/chat.css
@@ -1,8 +1,8 @@
#chat_container {
- overflow: hidden;
position: absolute;
+ background: #fffdf8;
}
-#chat_container #chat {
+#chat {
overflow-y: scroll;
overflow-x: hidden;
max-height: 400px;
@@ -12,6 +12,9 @@
padding-right: 10px;
padding-bottom: 5px;
}
+#chat #chat_shim {
+ height: 390px;
+}
#chat p {
margin: 0;
}