fix: rizna huyeta
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m40s

This commit is contained in:
Hewston Fox
2026-03-22 16:26:38 +02:00
parent 2c072f1474
commit 3c646bc5ac
4 changed files with 10 additions and 4 deletions

View File

@@ -22,6 +22,9 @@
align-items: center;
width: 100%;
max-width: 320px;
max-height: calc(
var(--safe-area-height) - var(--header-total) - var(--navigation-total) - 70px
);
}
.modal {
@@ -29,9 +32,6 @@
flex-direction: column;
gap: 6px;
width: 100%;
max-height: calc(
var(--safe-area-height) - var(--header-total) - var(--navigation-total) - 70px
);
overflow: auto;
padding: 13px;
}