From 34325c28fae8608deeb7e0b37d9bb2d7a5233487 Mon Sep 17 00:00:00 2001 From: Bernhard Owen Josephus Date: Tue, 12 Nov 2024 14:14:36 +0800 Subject: [PATCH] make the playback options scrollable --- src/components/VideoPopoverMenu/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/VideoPopoverMenu/index.tsx b/src/components/VideoPopoverMenu/index.tsx index 23f3447cf495..f4f3092df109 100644 --- a/src/components/VideoPopoverMenu/index.tsx +++ b/src/components/VideoPopoverMenu/index.tsx @@ -35,6 +35,7 @@ function VideoPopoverMenu({ anchorPosition={anchorPosition} menuItems={menuItems} anchorRef={videoPlayerMenuRef} + shouldUseScrollView /> ); }