From 80a78ac0e15c172884c9df5e636d117523a0e4fb Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 26 Aug 2020 11:54:22 -0500 Subject: [PATCH] Chats: fix border-radius and chat content height --- app/styles/chats.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/styles/chats.scss b/app/styles/chats.scss index 0ca597a1f..3fb237369 100644 --- a/app/styles/chats.scss +++ b/app/styles/chats.scss @@ -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 {