fix(message-scroll): Remove double overflow:auto to prevent scroll weirdness

Fixes T2357
This commit is contained in:
Ben Gotow 2015-08-03 18:37:06 -07:00
parent 320d862963
commit 97c792b7f4

View file

@ -105,7 +105,6 @@
.messages-wrap {
flex: 1;
overflow-y: auto;
opacity:0;
transition: opacity 0s;
background: @background-secondary;