Add scroll bar to chats list

This commit is contained in:
Alex Gleason 2020-08-27 12:53:44 -05:00
parent 59c2029535
commit 845c03e8ad
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -127,3 +127,7 @@
opacity: 0.5; opacity: 0.5;
} }
} }
.chat-list {
overflow-y: auto;
}