Skip to content

Commit

Permalink
style(hamburger): Add padding in menuWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
whalekiller03 committed Jul 30, 2024
1 parent 3795494 commit 989d7e4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const MenuWrapper = styled.div`
flex-direction: column;
background: white;
transition: height 0.3s ease;
padding-bottom: 160px;
z-index: 100;
overflow: auto;
`;
Expand Down

0 comments on commit 989d7e4

Please sign in to comment.