Skip to content

Commit abfa5c4

Browse files
committed
fixing scroll issue for sidebar
1 parent 44ed13c commit abfa5c4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/Sidebar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ export const Sidebar: React.FC<SidebarProps> = ({ rootPage, navProps, sx, ...res
9999
color: 'secondary.main',
100100
height: '100%',
101101
left: 0,
102+
overflowY: 'auto',
102103
paddingTop: '3rem',
103104
position: 'fixed',
104105
top: 0,

0 commit comments

Comments
 (0)