Skip to content

Commit

Permalink
feat(fix): fix sidebar component in mobile display #164
Browse files Browse the repository at this point in the history
fix sidebar component in mobile display #164 "164"
  • Loading branch information
seohyunsim committed Oct 3, 2022
1 parent a32557e commit 9dbcf49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/components/Header/SideContainer/SideBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ const Container = styled.div<SideBarStyledPropsType>`
top: 0;
right: 0;
z-index: 1011;
width: 30%;
max-width: 280px;
max-width: 70%;
padding: 16px;
background-color: ${({ backgroundColor }) => backgroundColor};
border-radius: 10px 0px 10px 10px;
Expand Down

0 comments on commit 9dbcf49

Please sign in to comment.