refactor: make modals/popovers scrollable on ios when keyboard is open

This commit is contained in:
Aman Harwara
2023-01-27 20:50:40 +05:30
parent 821b0a9c14
commit 3fe57b415e
4 changed files with 10 additions and 3 deletions

View File

@@ -142,3 +142,9 @@
top: 0;
}
}
[data-reach-dialog-overlay],
[data-mobile-popover] {
max-height: none;
max-height: var(--ios-viewport-height, none);
}