fix: render forecast modal overlay in portal
This commit is contained in:
@@ -90,6 +90,9 @@ select {
|
||||
}
|
||||
|
||||
.modal-overlay {
|
||||
position: fixed;
|
||||
inset: -1px 0 0;
|
||||
min-height: calc(100dvh + 1px);
|
||||
background: hsl(var(--foreground) / 0.55);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user