1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Backport pull request #5776 from jellyfin-web/release-10.9.z

Fix invisible headings

Original-merge: 9e7ad28eaf

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
thornbill 2024-07-21 01:53:34 -04:00 committed by Bill Thornton
parent f3d2372d52
commit e5d2f8fddb

View file

@ -29,7 +29,7 @@ export const Component = () => {
}, [ isDrawerActive, setIsDrawerActive ]);
return (
<Box sx={{ display: 'flex' }}>
<Box sx={{ position: 'relative', display: 'flex' }}>
<ElevationScroll elevate={false}>
<AppBar
position='fixed'