use default value 0 for fg-pixels background position
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Florian Sorg 2021-12-25 00:58:48 +01:00
parent 1364fd793b
commit a768b30dd5
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ body {
pointer-events: none;
background-image: url('layout/fg_pixels.gif');
background-repeat: repeat-y;
background-position: 50% calc(50% + -1.4px * var(--scrollTop));
background-position: 50% calc(50% + -1.4px * var(--scrollTop, 0));
}
@media (min-width: $small) {