let body background scroll
prevents layout bug in firefox android
This commit is contained in:
parent
a03f60af5e
commit
9f0e992bf1
|
@ -125,7 +125,7 @@ h6,
|
||||||
body {
|
body {
|
||||||
background: url('./theme16/footer.svg') no-repeat bottom,
|
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) scroll;
|
||||||
background-size: 30vw auto, auto, auto;
|
background-size: 30vw auto, auto, auto;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue