From ce1c564797c5932e317cf34214fd31d7388f8681 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sat, 19 Nov 2022 12:56:38 -0800 Subject: [PATCH] Add margin under bottom chat message --- web/components/chat/ChatContainer/ChatContainer.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web/components/chat/ChatContainer/ChatContainer.module.scss b/web/components/chat/ChatContainer/ChatContainer.module.scss index 8305281e5..7c224c14b 100644 --- a/web/components/chat/ChatContainer/ChatContainer.module.scss +++ b/web/components/chat/ChatContainer/ChatContainer.module.scss @@ -50,6 +50,7 @@ flex-grow: 1; overflow-y: scroll; overflow-x: hidden; + margin-bottom: 10px; } .virtuoso::-webkit-scrollbar {