Merge pull request #23333 from O5ten/fix-sidebar-scroll-wrapper
Remove -5px from SidebarScrollWrapper
This commit is contained in:
@@ -701,8 +701,7 @@ export const SidebarScrollWrapper = styled('div')(({ theme }) => {
|
||||
return {
|
||||
flex: '0 1 auto',
|
||||
overflowX: 'hidden',
|
||||
// 5px space to the right of the scrollbar
|
||||
width: 'calc(100% - 5px)',
|
||||
width: '100%',
|
||||
// Display at least one item in the container
|
||||
// Question: Can this be a config/theme variable - if so, which? :/
|
||||
minHeight: '48px',
|
||||
|
||||
Reference in New Issue
Block a user