Skip to content

Commit 2dea077

Browse files
committed
fix(dialog): fill all possible height
1 parent e6612f0 commit 2dea077

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/assets/global.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ dialog {
244244
left: 50%;
245245
width: 100%;
246246
max-width: 25rem;
247-
max-height: 85dvh;
247+
max-height: 100dvh;
248248
padding: 0;
249249
color: var(--base);
250250
background-color: var(--background);
@@ -276,7 +276,6 @@ dialog {
276276
}
277277
@media (width <= 600px) {
278278
max-width: 100dvw !important;
279-
max-height: 100dvh !important;
280279
}
281280
}
282281
.container {

0 commit comments

Comments
 (0)