diff options
author | gitstart <bot@gitstart.com> | 2023-07-18 07:05:57 +0000 |
---|---|---|
committer | gitstart <bot@gitstart.com> | 2023-07-18 07:05:57 +0000 |
commit | dea8b7458034fe52bfaa68b380edc57238853420 (patch) | |
tree | e852da8bc37ac723a024b57926bc6c9e0eaa5bbc /src/view/shell/Composer.web.tsx | |
parent | aa4b79e77a52f612c5d62538270a138c8aac88b6 (diff) | |
download | voidsky-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.tsx | 1 |
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%', }, }) |