From e68ceac4f679f480d910f28cbec44a0f26496151 Mon Sep 17 00:00:00 2001 From: Declan Chidlow <84255570+DeclanChidlow@users.noreply.github.com> Date: Wed, 15 Mar 2023 05:16:05 +0800 Subject: [PATCH] fix: overflow management in voice menus (#849) --- src/pages/channels/voice/VoiceHeader.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/channels/voice/VoiceHeader.tsx b/src/pages/channels/voice/VoiceHeader.tsx index 618baaa2..d9666b80 100644 --- a/src/pages/channels/voice/VoiceHeader.tsx +++ b/src/pages/channels/voice/VoiceHeader.tsx @@ -29,6 +29,7 @@ const VoiceBase = styled.div` margin-top: 48px; padding: 20px; background: var(--secondary-background); + flex-grow: 1; .status { flex: 1 0; @@ -54,8 +55,6 @@ const VoiceBase = styled.div` display: flex; flex-direction: column; - overflow-y: scroll; - .participants { margin: 40px 20px; justify-content: center;