Chats: fix #399 scrolling in FireFox

This commit is contained in:
Alex Gleason
2020-09-07 16:07:05 -05:00
parent 2583dc2e52
commit 9247f37e75
3 changed files with 32 additions and 20 deletions

View File

@@ -99,18 +99,12 @@
.chat-messages {
overflow-y: scroll;
flex: 1;
display: flex;
flex-direction: column-reverse;
}
.chat-message {
padding: 7px 10px;
margin: 14px 10px;
display: flex;
&:last-child {
padding-top: 14px;
}
&__bubble {
font-size: 15px;
padding: 4px 10px;