Skip to content

Commit

Permalink
Fix the index for the side menu bar.
Browse files Browse the repository at this point in the history
  • Loading branch information
shammowla committed Jan 18, 2024
1 parent a1de277 commit e09e81a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sandbox/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ const MenuIcon = function MenuIcon() {
left: 0,
width: "200px",
height: "100vh",
background: "white"
background: "white",
zIndex: 1000
}}
>
<ul>
Expand Down

0 comments on commit e09e81a

Please sign in to comment.