Chats: fix border-radius and chat content height

This commit is contained in:
Alex Gleason
2020-08-26 11:54:22 -05:00
parent f52186bc01
commit 80a78ac0e1

View File

@ -1,5 +1,6 @@
.pane {
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
border-radius: 6px 6px 0 0;
position: fixed;
bottom: 0;
right: 20px;
@ -97,6 +98,7 @@
.chat-messages {
overflow-y: scroll;
flex: 1;
}
.chat-message {