fix: rizna huyeta
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m40s
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m40s
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user