add maxHeight of 100vh to web modal to stop overflow (#463)
parent
f6769b283f
commit
05e4e4ff93
|
@ -114,6 +114,7 @@ const styles = StyleSheet.create({
|
|||
container: {
|
||||
width: 500,
|
||||
maxWidth: '100vw',
|
||||
maxHeight: '100vh',
|
||||
paddingVertical: 20,
|
||||
paddingHorizontal: 24,
|
||||
borderRadius: 8,
|
||||
|
|
Loading…
Reference in New Issue