fix: overflow management in voice menus (#849)

This commit is contained in:
Declan Chidlow 2023-03-15 05:16:05 +08:00 committed by GitHub
parent 21175dffda
commit e68ceac4f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;