Set overflow to auto (#364)

(for the people without a mac ;-)
This commit is contained in:
Bram Kragten 2017-08-01 21:01:05 +02:00 committed by Paulus Schoutsen
parent f5117e67d1
commit deb4f9e63f

View File

@ -20,7 +20,7 @@
.messages {
max-height: 50vh;
overflow: scroll;
overflow: auto;
}
.messages::after {