forked from abner/for-legacy-web
fix(voice channel): Fix overflow and scrolling (#574)
parent
3f9e6fc2e2
commit
777d06f469
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue