Fix drawer covering now playing bar in experimental layout
This commit is contained in:
@@ -31,6 +31,7 @@ const ResponsiveDrawer: FC<ResponsiveDrawerProps> = ({
|
||||
flexShrink: 0,
|
||||
'& .MuiDrawer-paper': {
|
||||
width: DRAWER_WIDTH,
|
||||
paddingBottom: '4.2rem', // Padding for now playing bar
|
||||
boxSizing: 'border-box'
|
||||
}
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user