use default value 0 for fg-pixels background position
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
1364fd793b
commit
a768b30dd5
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue