Skip to content

Commit

Permalink
Style: height를 다시 100vh로 되돌리기
Browse files Browse the repository at this point in the history
  • Loading branch information
navyjeongs committed Sep 14, 2023
1 parent 02f0127 commit 24a2b08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Sidebar/ChannelBar/ChannelBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 24a2b08

Please sign in to comment.