more changes to how blur works, fixed scanlines being in front of screen

This commit is contained in:
neko
2021-04-09 21:27:33 +02:00
parent ac5d04b13c
commit dbf301aee0
6 changed files with 5 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ layout: none
background-size: contain;
background-position: top;
pointer-events: none;
z-index: 2;
z-index: 3;
width: 100%;
height: 100%;
}