Remove `fixed` from bottom background
This commit is contained in:
parent
f2dc5c8a63
commit
00fe216dc1
|
@ -123,7 +123,7 @@ h6,
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
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,
|
url('./theme16/stars.svg') repeat-x top,
|
||||||
linear-gradient($color-background-0, $color-background-100) fixed;
|
linear-gradient($color-background-0, $color-background-100) fixed;
|
||||||
background-size: 30vw auto, auto, auto;
|
background-size: 30vw auto, auto, auto;
|
||||||
|
|
Loading…
Reference in New Issue