Remove `fixed` from bottom background

This commit is contained in:
Luca 2023-07-07 19:30:09 +02:00
parent f2dc5c8a63
commit 00fe216dc1
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ h6,
}
body {
background: url('./theme16/footer.svg') no-repeat bottom fixed,
background: url('./theme16/footer.svg') no-repeat bottom,
url('./theme16/stars.svg') repeat-x top,
linear-gradient($color-background-0, $color-background-100) fixed;
background-size: 30vw auto, auto, auto;