fix(fe/bg): dialog bg is always fixed

This commit is contained in:
hexxa 2022-03-19 19:33:33 +08:00 committed by Hexxa
parent f5717b05b1
commit 48cabf9a71
5 changed files with 22 additions and 11 deletions

View file

@ -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;
}