From 0fb1cf73b18efa34e3d8593d342ba155b3577a73 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Tue, 5 May 2026 13:46:57 +0200 Subject: [PATCH] Left Panel: Fix scroll (#6921) --- src/components/left/main/LeftMain.scss | 4 ++++ src/components/right/AddChatMembers.scss | 1 + src/components/story/StoryRibbon.module.scss | 1 + 3 files changed, 6 insertions(+) diff --git a/src/components/left/main/LeftMain.scss b/src/components/left/main/LeftMain.scss index 641fc0ada..e3a246864 100644 --- a/src/components/left/main/LeftMain.scss +++ b/src/components/left/main/LeftMain.scss @@ -36,11 +36,15 @@ &-content { position: relative; + display: flex; flex: 1; flex-direction: column; + min-height: 0; + > .Transition { + overflow: hidden; flex: 1; } diff --git a/src/components/right/AddChatMembers.scss b/src/components/right/AddChatMembers.scss index d441827b9..05e035c14 100644 --- a/src/components/right/AddChatMembers.scss +++ b/src/components/right/AddChatMembers.scss @@ -2,6 +2,7 @@ position: relative; overflow: hidden; height: 100%; + background: var(--color-background); &-inner { overflow: hidden; diff --git a/src/components/story/StoryRibbon.module.scss b/src/components/story/StoryRibbon.module.scss index b08ddbfe3..c3c4ff952 100644 --- a/src/components/story/StoryRibbon.module.scss +++ b/src/components/story/StoryRibbon.module.scss @@ -4,6 +4,7 @@ overflow-x: auto; display: flex; + flex-shrink: 0; column-gap: 0.625rem; justify-content: space-between;