fix(fe/bg): dialog bg is always fixed
This commit is contained in:
parent
f5717b05b1
commit
48cabf9a71
5 changed files with 22 additions and 11 deletions
|
@ -126,7 +126,9 @@
|
|||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
background: url("/static/img/textured_paper.png") repeat fixed center;
|
||||
background-color: rgba(20, 20, 20, 0.8);
|
||||
backdrop-filter: blur(10px);
|
||||
-webkit-backdrop-filter: blur(10px);
|
||||
overflow: scroll;
|
||||
z-index: 100;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue