Auto on scroll in chat

This commit is contained in:
Kasper Rynning-Tønnesen
2016-04-19 16:28:00 +02:00
parent c9cb9b64d5
commit b180ff2af0

View File

@@ -750,7 +750,7 @@ hide mdi-action-visibility mdi-action-visibility-off
#chatchannel, #chatall {
height: inherit;
overflow-y:scroll;
overflow-y:auto;
text-align:left;
word-wrap:break-word;
}