From dea8b7458034fe52bfaa68b380edc57238853420 Mon Sep 17 00:00:00 2001
From: gitstart <bot@gitstart.com>
Date: Tue, 18 Jul 2023 07:05:57 +0000
Subject: [PATCH] fix hidden parts on modal

---
 src/view/shell/Composer.web.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/view/shell/Composer.web.tsx b/src/view/shell/Composer.web.tsx
index 1f458472..f178df9a 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%',
   },
 })