mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix drawer covering now playing bar in experimental layout
This commit is contained in:
parent
e20df3f284
commit
30c61649c4
2 changed files with 6 additions and 0 deletions
|
@ -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'
|
||||
}
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue