diff options
author | Eric Bailey <git@esb.lol> | 2023-07-18 14:57:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-18 14:57:21 -0500 |
commit | ea567362a1db7ba67f127ba5393bbfe384f8db62 (patch) | |
tree | 7ab1d8ffeb62d6c9093953e08fc7c403c93310a1 /src | |
parent | 8d47e6f112a8fb1d7b303deadadc90d19444ceca (diff) | |
parent | dea8b7458034fe52bfaa68b380edc57238853420 (diff) | |
download | voidsky-ea567362a1db7ba67f127ba5393bbfe384f8db62.tar.zst |
Merge pull request #1025 from GitStartHQ/BLUESKY-OSS-8
[Web] A lot of post content in a modal causes parts of modal to become inaccessible
Diffstat (limited to 'src')
-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%', }, }) |