Fix sflaky sidebar in 'peek' state

Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
This commit is contained in:
Philipp Hugenroth
2021-06-29 15:25:15 +02:00
parent 2316beb6b3
commit e1ec6adc3e
@@ -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',