about summary refs log tree commit diff
path: root/src/view/com/lightbox/ImageViewing/index.tsx
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2023-09-20 12:41:18 +0100
committerGitHub <noreply@github.com>2023-09-20 12:41:18 +0100
commitcd96f8dcc8692aec4b9b165cc9f47d7e0b6257df (patch)
tree201f5369cf94a19ad15d09ce61c2cb84320f4369 /src/view/com/lightbox/ImageViewing/index.tsx
parent6db711310823027b4f794b510efb46c84d165cfe (diff)
downloadvoidsky-cd96f8dcc8692aec4b9b165cc9f47d7e0b6257df.tar.zst
Allow touch at the top of the lightbox (#1489)
Diffstat (limited to 'src/view/com/lightbox/ImageViewing/index.tsx')
-rw-r--r--src/view/com/lightbox/ImageViewing/index.tsx1
1 files changed, 1 insertions, 0 deletions
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',