add default value for --scrollTop
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
260560e753
commit
b62b21df15
|
@ -43,7 +43,7 @@ body {
|
||||||
no-repeat,
|
no-repeat,
|
||||||
no-repeat;
|
no-repeat;
|
||||||
background-position:
|
background-position:
|
||||||
50% calc(50% + 1px * 0.5 * var(--scrollTop)),
|
50% calc(50% + 1px * 0.5 * var(--scrollTop, 0)),
|
||||||
50% 50%,
|
50% 50%,
|
||||||
50% 50%,
|
50% 50%,
|
||||||
50% 50%;
|
50% 50%;
|
||||||
|
|
Loading…
Reference in New Issue