mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #5776 from thornbill/fix-invisible-headings
Fix invisible headings
This commit is contained in:
commit
9e7ad28eaf
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ const AppLayout = () => {
|
||||||
}, [ isDrawerActive, setIsDrawerActive ]);
|
}, [ isDrawerActive, setIsDrawerActive ]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Box sx={{ display: 'flex' }}>
|
<Box sx={{ position: 'relative', display: 'flex' }}>
|
||||||
<ElevationScroll elevate={false}>
|
<ElevationScroll elevate={false}>
|
||||||
<AppBar
|
<AppBar
|
||||||
position='fixed'
|
position='fixed'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue