moved screen effects to divs a layer above to fix a scrolling issue

This commit is contained in:
neko
2021-04-09 21:17:00 +02:00
parent dd9c4b59dc
commit 734663c393
6 changed files with 30 additions and 22 deletions

4
_includes/screen-effects.html Executable file
View File

@@ -0,0 +1,4 @@
<div class="screen-image"></div>
<div class="crt-flicker"></div>
<div class="crt-blur"></div>
<div class="crt-scanlines"></div>