From 777d06f469d27c6f8138b32a8d0d62b473f003c1 Mon Sep 17 00:00:00 2001 From: Daesun <98860311+jakewazhere@users.noreply.github.com> Date: Tue, 5 Apr 2022 18:42:15 -0400 Subject: [PATCH] fix(voice channel): Fix overflow and scrolling (#574) --- src/pages/channels/voice/VoiceHeader.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/channels/voice/VoiceHeader.tsx b/src/pages/channels/voice/VoiceHeader.tsx index 7702161c..92634247 100644 --- a/src/pages/channels/voice/VoiceHeader.tsx +++ b/src/pages/channels/voice/VoiceHeader.tsx @@ -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 {