Skip to content

Commit

Permalink
Set sidebar min-width to prevent overlapping
Browse files Browse the repository at this point in the history
  • Loading branch information
orzechdev committed Oct 21, 2021
1 parent 21666b6 commit 727dcda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const useStyles = makeStyles(
},
root: {
transition: "width 0.5s ease",
minWidth: menuWidth,
width: menuWidth,
zIndex: 100,
},
Expand Down

0 comments on commit 727dcda

Please sign in to comment.