1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

ChatMessage container will now scroll

This commit is contained in:
Tim Düsterhus 2011-12-05 14:54:25 +01:00
parent f76fcca04d
commit dd0e4eb4d8

View File

@ -64,7 +64,8 @@
*/
.chatMessage {
min-height: 200px;
height: 200px;
overflow-y: scroll;
}
.chatSidebar a {