about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/view/com/modals/Modal.web.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/modals/Modal.web.tsx b/src/view/com/modals/Modal.web.tsx
index 6f026e174..25fed69a4 100644
--- a/src/view/com/modals/Modal.web.tsx
+++ b/src/view/com/modals/Modal.web.tsx
@@ -114,6 +114,7 @@ const styles = StyleSheet.create({
   container: {
     width: 500,
     maxWidth: '100vw',
+    maxHeight: '100vh',
     paddingVertical: 20,
     paddingHorizontal: 24,
     borderRadius: 8,