There was an error while loading. Please reload this page.
1 parent 44ed13c commit abfa5c4Copy full SHA for abfa5c4
1 file changed
src/components/Sidebar.tsx
@@ -99,6 +99,7 @@ export const Sidebar: React.FC<SidebarProps> = ({ rootPage, navProps, sx, ...res
99
color: 'secondary.main',
100
height: '100%',
101
left: 0,
102
+ overflowY: 'auto',
103
paddingTop: '3rem',
104
position: 'fixed',
105
top: 0,
0 commit comments