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

View file

@ -52,7 +52,7 @@
}
.theme-default #bg {
background: url("/static/img/textured_paper.png") repeat fixed center;
/* background: url("/static/img/textured_paper.png") repeat fixed center; */
position: fixed;
left: 0;
right: 0;
@ -123,7 +123,9 @@
right: 0;
top: 0;
bottom: 0;
background: url("/static/img/textured_paper.png") repeat fixed center;
background-color: rgba(200, 200, 200, 0.5);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(9.5px);
overflow: scroll;
z-index: 100;
}