add maxHeight of 100vh to web modal to stop overflow (#463)
This commit is contained in:
@@ -114,6 +114,7 @@ const styles = StyleSheet.create({
|
||||
container: {
|
||||
width: 500,
|
||||
maxWidth: '100vw',
|
||||
maxHeight: '100vh',
|
||||
paddingVertical: 20,
|
||||
paddingHorizontal: 24,
|
||||
borderRadius: 8,
|
||||
|
||||
Reference in New Issue
Block a user