Added height to chat list

Fixed issue where chat list would cause the entire screen to
scroll if there were more that than there was vertical space to
display them all.

These two lines took me two hours, wtf.
main
Julian Lam 7 years ago
parent fa95b2aa4b
commit 35afe1da1a

@ -34,6 +34,8 @@
.chats-list {
flex: 1;
overflow-y: auto;
margin-bottom: 0;
height: ~"calc(100% - 3em)";
}
.chat-search {

Loading…
Cancel
Save