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
This commit is contained in:
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

View file

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