Merge pull request #7529 from viown/fix-now-playing-hiding-drawer

Add padding to mobile drawer
This commit is contained in:
Bill Thornton
2026-02-25 09:24:28 -05:00
committed by GitHub
+6
View File
@@ -45,6 +45,12 @@ const ResponsiveDrawer: FC<PropsWithChildren<ResponsiveDrawerProps>> = ({
<SwipeableDrawer
anchor='left'
open={open}
sx={{
'& .MuiDrawer-paper': {
paddingBottom: '4.2rem', // Padding for now playing bar
boxSizing: 'border-box'
}
}}
onClose={onClose}
onOpen={onOpen}
// Disable swipe to open on iOS since it interferes with back navigation