Skip to content

Commit

Permalink
fix: inconsistent modal position (#3951)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideIadeluca authored Oct 21, 2024
1 parent 1584174 commit b86a4a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/core/less/common/Modal.less
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
margin: 0;
-webkit-transform: none !important;
transform: none !important;
top: 100vh;
top: 100dvh;

&.fade {
opacity: 1;
Expand All @@ -214,7 +214,7 @@
.Modal-content {
border-radius: 0;
border: 0;
min-height: 100vh;
min-height: 100dvh;
padding-top: var(--header-height-phone);
box-shadow: none;
}
Expand Down

0 comments on commit b86a4a0

Please sign in to comment.