mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
Fix the dialog backdrop for Chrome
This commit is contained in:
parent
5b0dd471bc
commit
24ee2b6737
1 changed files with 3 additions and 0 deletions
|
|
@ -125,6 +125,9 @@ textarea + .settings-save-trigger {
|
|||
visibility: visible;
|
||||
}
|
||||
|
||||
dialog::backdrop {
|
||||
background: rgba(0,0,0,0.5);
|
||||
}
|
||||
.dialog-backdrop {
|
||||
background: rgba(0,0,0,0.5);
|
||||
position: fixed;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue