fix(voice channel): Fix overflow and scrolling (#574)

pull/1049/head
Daesun 2022-04-05 18:42:15 -04:00 committed by GitHub
parent e1df4a2f77
commit 1e518a8e8b
1 changed files with 3 additions and 0 deletions

View File

@ -56,11 +56,14 @@ const VoiceBase = styled.div`
display: flex;
flex-direction: column;
overflow-y: scroll;
.participants {
margin: 40px 20px;
justify-content: center;
user-select: none;
display: flex;
flex-flow: row wrap;
gap: 16px;
div:hover img {