about summary refs log tree commit diff
diff options
context:
space:
mode:
-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%',
   },
 })