From a14787ca8d08f4a8200557f57bd53a1ca19d6ff9 Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Fri, 12 May 2023 13:57:59 +0530 Subject: [PATCH] chore: fix modal scroll when keyboard is open on ios --- packages/web/src/stylesheets/_modals.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/web/src/stylesheets/_modals.scss b/packages/web/src/stylesheets/_modals.scss index 06ae0cb0c..169be2fa1 100644 --- a/packages/web/src/stylesheets/_modals.scss +++ b/packages/web/src/stylesheets/_modals.scss @@ -143,7 +143,8 @@ } } -[data-mobile-popover] { +[data-mobile-popover], +[role='dialog'] { max-height: none; max-height: var(--ios-viewport-height, none); }