Skip to content

Commit

Permalink
Add scroll to menu, closes #121
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrelefevre committed Dec 11, 2023
1 parent c389131 commit e4960ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/dashboard/Menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export default function Menu() {
typography: "body2",
borderRadius: 0.75,
},
overflowY: "auto"
}}
>
{initialized && (
Expand Down

0 comments on commit e4960ac

Please sign in to comment.