From cd96f8dcc8692aec4b9b165cc9f47d7e0b6257df Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 20 Sep 2023 12:41:18 +0100 Subject: Allow touch at the top of the lightbox (#1489) --- src/view/com/lightbox/ImageViewing/index.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/view/com/lightbox/ImageViewing/index.tsx') diff --git a/src/view/com/lightbox/ImageViewing/index.tsx b/src/view/com/lightbox/ImageViewing/index.tsx index 531df129e..1a64fb3af 100644 --- a/src/view/com/lightbox/ImageViewing/index.tsx +++ b/src/view/com/lightbox/ImageViewing/index.tsx @@ -189,6 +189,7 @@ const styles = StyleSheet.create({ width: '100%', zIndex: 1, top: 0, + pointerEvents: 'box-none', }, footer: { position: 'absolute', -- cgit 1.4.1