Fix the dialog backdrop for Chrome

This commit is contained in:
djmaze 2021-11-07 21:39:29 +01:00
parent 5b0dd471bc
commit 24ee2b6737

View file

@ -125,6 +125,9 @@ textarea + .settings-save-trigger {
visibility: visible; visibility: visible;
} }
dialog::backdrop {
background: rgba(0,0,0,0.5);
}
.dialog-backdrop { .dialog-backdrop {
background: rgba(0,0,0,0.5); background: rgba(0,0,0,0.5);
position: fixed; position: fixed;