diff --git a/packages/core-components/src/layout/Sidebar/Items.tsx b/packages/core-components/src/layout/Sidebar/Items.tsx index 28ebab3e18..dbaa50b76e 100644 --- a/packages/core-components/src/layout/Sidebar/Items.tsx +++ b/packages/core-components/src/layout/Sidebar/Items.tsx @@ -293,7 +293,7 @@ export const SidebarDivider = styled('hr')({ export const SidebarScrollWrapper = styled('div')({ flex: '0 1 auto', - overflowY: 'scroll', + overflowY: 'auto', // Display at least one item in the container // Question: Can this be a config/theme variable - if so, which? :/ minHeight: '48px',