Update BasicBackground.css

This commit is contained in:
Mirco Wittrien 2021-03-03 14:11:49 +01:00
parent 612a9a868b
commit e5acbb8bc2
1 changed files with 2 additions and 2 deletions

View File

@ -3335,7 +3335,7 @@ body::before {
left: 0;
background: var(--user-background, var(--vpopout)) var(--vpopoutposition)/var(--vpopoutsize);
filter: blur(var(--vpopoutblur));
background-attachment: fixed;
background-attachment: var(--user-background, fixed);
width: unset;
height: unset;
pointer-events: none;
@ -4561,7 +4561,7 @@ body::before {
left: 0;
background: var(--user-background, var(--vpopout)) var(--vpopoutposition)/var(--vpopoutsize);
filter: blur(var(--vpopoutblur));
background-attachment: fixed;
background-attachment: var(--user-background, fixed);
width: unset;
height: unset;
pointer-events: none;