chore: fix modal scroll when keyboard is open on ios

This commit is contained in:
Aman Harwara
2023-05-12 13:57:59 +05:30
parent 5336bd5c80
commit a14787ca8d

View File

@@ -143,7 +143,8 @@
}
}
[data-mobile-popover] {
[data-mobile-popover],
[role='dialog'] {
max-height: none;
max-height: var(--ios-viewport-height, none);
}