1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-22 21:40:08 +00:00

Hide overflow-x so one cannot nuke our chat-stream

This commit is contained in:
Tim Düsterhus 2012-01-07 17:20:21 +01:00
parent b17498d8e5
commit 75adb8e3ab

View File

@ -51,6 +51,7 @@ #topic, #smileyList, #chatOptions {
.chatMessageContainer { .chatMessageContainer {
height: 200px; height: 200px;
overflow-y: scroll; overflow-y: scroll;
overflow-x: hidden;
padding-left: 7px !important; padding-left: 7px !important;
} }