fix: overflow management in voice menus (#849)

pull/1049/head
Declan Chidlow 2023-03-15 05:16:05 +08:00 committed by GitHub
parent 38efedd82d
commit 52691ae924
1 changed files with 1 additions and 2 deletions

View File

@ -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;