add maxHeight of 100vh to web modal to stop overflow (#463)

This commit is contained in:
Ansh 2023-04-12 18:28:45 -07:00 committed by GitHub
parent f6769b283f
commit 05e4e4ff93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,6 +114,7 @@ const styles = StyleSheet.create({
container: {
width: 500,
maxWidth: '100vw',
maxHeight: '100vh',
paddingVertical: 20,
paddingHorizontal: 24,
borderRadius: 8,