add default value for --scrollTop
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Florian Sorg 2021-12-23 23:08:42 +01:00
parent 260560e753
commit b62b21df15
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ body {
no-repeat,
no-repeat;
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%;