From a5a2295d1bdd04052c7d4fa0380766648c2bfcc9 Mon Sep 17 00:00:00 2001 From: anbebe Date: Fri, 8 Nov 2024 14:03:08 +0100 Subject: [PATCH 1/2] Fix second scrollbar in chat --- .../components/chat-group-list/chat-group-list.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/app/site/pages/meetings/pages/chat/pages/chat-group-list/components/chat-group-list/chat-group-list.component.scss b/client/src/app/site/pages/meetings/pages/chat/pages/chat-group-list/components/chat-group-list/chat-group-list.component.scss index 87d43b3c00..6e961177ec 100644 --- a/client/src/app/site/pages/meetings/pages/chat/pages/chat-group-list/components/chat-group-list/chat-group-list.component.scss +++ b/client/src/app/site/pages/meetings/pages/chat/pages/chat-group-list/components/chat-group-list/chat-group-list.component.scss @@ -3,7 +3,7 @@ max-width: 1000px; max-height: calc(100vh - 160px); // 160px is almost the summary of top bar and livestream header height: 95%; - margin-bottom: 350px !important; + margin-bottom: 0px !important; &.fit-height { height: fit-content; From 21e47654d966208e3dfa9aebc5641fb28d0f9f0f Mon Sep 17 00:00:00 2001 From: anbebe Date: Mon, 11 Nov 2024 10:38:21 +0100 Subject: [PATCH 2/2] Delete unnecessary property --- .../components/chat-group-list/chat-group-list.component.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/app/site/pages/meetings/pages/chat/pages/chat-group-list/components/chat-group-list/chat-group-list.component.scss b/client/src/app/site/pages/meetings/pages/chat/pages/chat-group-list/components/chat-group-list/chat-group-list.component.scss index 6e961177ec..4e822d9230 100644 --- a/client/src/app/site/pages/meetings/pages/chat/pages/chat-group-list/components/chat-group-list/chat-group-list.component.scss +++ b/client/src/app/site/pages/meetings/pages/chat/pages/chat-group-list/components/chat-group-list/chat-group-list.component.scss @@ -3,7 +3,6 @@ max-width: 1000px; max-height: calc(100vh - 160px); // 160px is almost the summary of top bar and livestream header height: 95%; - margin-bottom: 0px !important; &.fit-height { height: fit-content;