about summary refs log tree commit diff
path: root/src/view/shell/Composer.web.tsx
diff options
context:
space:
mode:
authorgitstart <bot@gitstart.com>2023-07-18 07:05:57 +0000
committergitstart <bot@gitstart.com>2023-07-18 07:05:57 +0000
commitdea8b7458034fe52bfaa68b380edc57238853420 (patch)
treee852da8bc37ac723a024b57926bc6c9e0eaa5bbc /src/view/shell/Composer.web.tsx
parentaa4b79e77a52f612c5d62538270a138c8aac88b6 (diff)
downloadvoidsky-dea8b7458034fe52bfaa68b380edc57238853420.tar.zst
fix hidden parts on modal
Diffstat (limited to 'src/view/shell/Composer.web.tsx')
-rw-r--r--src/view/shell/Composer.web.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/shell/Composer.web.tsx b/src/view/shell/Composer.web.tsx
index 1f458472c..f178df9aa 100644
--- a/src/view/shell/Composer.web.tsx
+++ b/src/view/shell/Composer.web.tsx
@@ -64,5 +64,6 @@ const styles = StyleSheet.create({
     borderRadius: isMobileWeb ? 0 : 8,
     marginBottom: '10vh',
     borderWidth: 1,
+    maxHeight: '85%',
   },
 })