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:
parent
b17498d8e5
commit
75adb8e3ab
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user