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;