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

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

Fix touch events in experimental video player

Original-merge: 6b1352a855

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
thornbill 2024-09-07 18:07:36 -04:00 committed by Joshua M. Boniface
parent 67201033c6
commit 3709b99d33
2 changed files with 5 additions and 1 deletions

View file

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