fix: render forecast modal overlay in portal

This commit is contained in:
zv
2026-06-04 20:59:17 +02:00
parent a4f02d711a
commit 747868867f
2 changed files with 9 additions and 2 deletions

View File

@@ -90,6 +90,9 @@ select {
}
.modal-overlay {
position: fixed;
inset: -1px 0 0;
min-height: calc(100dvh + 1px);
background: hsl(var(--foreground) / 0.55);
}
}