From b989e9a46211b173153f4bd6c29c575346f2774e Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 11 Jan 2023 00:51:59 -0800 Subject: [PATCH] Remove chat container bottom margin --- web/components/chat/ChatContainer/ChatContainer.module.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/web/components/chat/ChatContainer/ChatContainer.module.scss b/web/components/chat/ChatContainer/ChatContainer.module.scss index 8d232d252..0d2dd3372 100644 --- a/web/components/chat/ChatContainer/ChatContainer.module.scss +++ b/web/components/chat/ChatContainer/ChatContainer.module.scss @@ -42,7 +42,6 @@ flex-grow: 1; overflow-y: scroll; overflow-x: hidden; - margin-bottom: 10px; } .virtuoso::-webkit-scrollbar {