chore: fix modal scroll when keyboard is open on ios
This commit is contained in:
@@ -143,7 +143,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
[data-mobile-popover] {
|
||||
[data-mobile-popover],
|
||||
[role='dialog'] {
|
||||
max-height: none;
|
||||
max-height: var(--ios-viewport-height, none);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user