Skip to content

Commit

Permalink
III-5941 - Possibility to scroll in sidebar with lots of items
Browse files Browse the repository at this point in the history
  • Loading branch information
brampauwelyn committed Dec 11, 2023
1 parent fdbb9e2 commit a8daf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ const Sidebar = () => {
forwardedAs="nav"
height="100%"
css={`
overflow: hidden;
overflow: scroll;
`}
width={{ default: '240px', s: '65px' }}
backgroundColor={getValueForSidebar('backgroundColor')}
Expand Down

0 comments on commit a8daf31

Please sign in to comment.