fix: inconsistent modal position (#3951)
Some checks are pending
Backend Tests / run (push) Waiting to run
Frontend Workflow / run (push) Waiting to run
Static Code Analysis / run (push) Waiting to run

This commit is contained in:
Davide Iadeluca 2024-10-21 18:55:50 +02:00 committed by GitHub
parent 1584174e1c
commit b86a4a0fe0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -201,7 +201,7 @@
margin: 0;
-webkit-transform: none !important;
transform: none !important;
top: 100vh;
top: 100dvh;
&.fade {
opacity: 1;
@ -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;
}