add maxHeight of 100vh to web modal to stop overflow (#463)
This commit is contained in:
parent
f6769b283f
commit
05e4e4ff93
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ const styles = StyleSheet.create({
|
|||
container: {
|
||||
width: 500,
|
||||
maxWidth: '100vw',
|
||||
maxHeight: '100vh',
|
||||
paddingVertical: 20,
|
||||
paddingHorizontal: 24,
|
||||
borderRadius: 8,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue