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

Y U Use min-height?

This commit is contained in:
Tim Düsterhus 2011-12-13 21:10:10 +01:00
parent c5821e543b
commit 311c519a9d

View File

@ -88,7 +88,7 @@
} }
.chatMessageContainer { .chatMessageContainer {
min-height: 200px; height: 200px;
overflow-y: scroll; overflow-y: scroll;
} }