Skip to content

Commit 39ea63f

Browse files
committed
III-6956: use overflow auto
1 parent 61c57cc commit 39ea63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ const Sidebar = () => {
546546
key="sidebar"
547547
forwardedAs="nav"
548548
height="100%"
549-
overflow="scroll"
549+
overflow="auto"
550550
width={{ default: '240px', s: '65px' }}
551551
backgroundColor={getValueForSidebar('backgroundColor')}
552552
color={getValueForSidebar('color')}

0 commit comments

Comments
 (0)