Backport pull request #5776 from jellyfin-web/release-10.9.z
Fix invisible headings Original-merge: 9e7ad28eafbf0a1518b5ab04c933d830bd53b955 Merged-by: thornbill <thornbill@users.noreply.github.com> Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user