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
zio/stable
Eric Bailey 2023-07-18 14:57:21 -05:00 committed by GitHub
commit ea567362a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -64,5 +64,6 @@ const styles = StyleSheet.create({
borderRadius: isMobileWeb ? 0 : 8,
marginBottom: '10vh',
borderWidth: 1,
maxHeight: '85%',
},
})