MOBILE-4470 password: Fix password modal height

main
Pau Ferrer Ocaña 2024-05-27 12:52:07 +02:00
parent d2ac783930
commit 87a02928d7
1 changed files with 4 additions and 0 deletions

View File

@ -109,6 +109,10 @@ ion-modal {
--width: 384px;
--height: auto;
.ion-page {
position: absolute;
}
form {
display: flex;
flex-direction: column;