diff --git a/framework/core/less/common/Modal.less b/framework/core/less/common/Modal.less index 3e9b7014ab..eba17c0a9e 100644 --- a/framework/core/less/common/Modal.less +++ b/framework/core/less/common/Modal.less @@ -149,7 +149,7 @@ margin: 0; -webkit-transform: none !important; transform: none !important; - top: 100vh; + top: 100dvh; &.fade { opacity: 1; @@ -162,7 +162,7 @@ .Modal-content { border-radius: 0; border: 0; - min-height: 100vh; + min-height: 100dvh; padding-top: var(--header-height-phone); box-shadow: none; }