Skip to content

Commit 2515f33

Browse files
committed
chore: re-add backdrop when modals are open
1 parent 14cfdfb commit 2515f33

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

app/assets/main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,3 +558,8 @@ input[type='search']::-webkit-search-results-decoration {
558558
html:has(dialog[open]) {
559559
overflow: hidden;
560560
}
561+
562+
/* Backdrop styling when any of the modals are open */
563+
dialog[open]::backdrop {
564+
@apply bg-black/60;
565+
}

0 commit comments

Comments
 (0)