chore: fix challenge modal height issues on iOS

This commit is contained in:
Aman Harwara
2023-08-22 16:48:25 +05:30
parent 6f1d171149
commit 0275a3b988
2 changed files with 2 additions and 1 deletions

View File

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