From 24a2b08971deb1dc3be06d6ab9eeed59838c7172 Mon Sep 17 00:00:00 2001 From: navyjeongs Date: Thu, 14 Sep 2023 23:40:02 +0900 Subject: [PATCH] =?UTF-8?q?Style:=20height=EB=A5=BC=20=EB=8B=A4=EC=8B=9C?= =?UTF-8?q?=20100vh=EB=A1=9C=20=EB=90=98=EB=8F=8C=EB=A6=AC=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Sidebar/ChannelBar/ChannelBar.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Sidebar/ChannelBar/ChannelBar.tsx b/src/components/Sidebar/ChannelBar/ChannelBar.tsx index 5679619..7fa29da 100644 --- a/src/components/Sidebar/ChannelBar/ChannelBar.tsx +++ b/src/components/Sidebar/ChannelBar/ChannelBar.tsx @@ -89,8 +89,7 @@ const ChannelbarContainer = styled.div` padding: 2rem 0; width: 10rem; - min-height: 100vh; - height: 100%; + height: 100vh; background-color: #141c24; float: left;