We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cfdfb commit 2515f33Copy full SHA for 2515f33
1 file changed
app/assets/main.css
@@ -558,3 +558,8 @@ input[type='search']::-webkit-search-results-decoration {
558
html:has(dialog[open]) {
559
overflow: hidden;
560
}
561
+
562
+/* Backdrop styling when any of the modals are open */
563
+dialog[open]::backdrop {
564
+ @apply bg-black/60;
565
+}
0 commit comments