fix blur behind nsfw dialog in safari etc
This commit is contained in:
parent
c3080b212b
commit
1307cce488
1 changed files with 4 additions and 1 deletions
|
@ -6,11 +6,14 @@
|
|||
z-index: 1000;
|
||||
|
||||
background: hsl(340deg, 35%, 15%, 90%);
|
||||
backdrop-filter: blur(15px);
|
||||
color: var(--text-col);
|
||||
display: grid;
|
||||
}
|
||||
|
||||
.dialog ~ .page {
|
||||
filter: blur(15px);
|
||||
}
|
||||
|
||||
.dialog-inner {
|
||||
place-self: center;
|
||||
|
||||
|
|
Loading…
Reference in a new issue