about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2023-07-18 14:57:21 -0500
committerGitHub <noreply@github.com>2023-07-18 14:57:21 -0500
commitea567362a1db7ba67f127ba5393bbfe384f8db62 (patch)
tree7ab1d8ffeb62d6c9093953e08fc7c403c93310a1 /src
parent8d47e6f112a8fb1d7b303deadadc90d19444ceca (diff)
parentdea8b7458034fe52bfaa68b380edc57238853420 (diff)
downloadvoidsky-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.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%',
   },
 })