let body background scroll

prevents layout bug in firefox android
This commit is contained in:
Florian Sorg 2023-07-19 22:46:34 +02:00
parent a03f60af5e
commit 9f0e992bf1
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ h6,
body {
background: url('./theme16/footer.svg') no-repeat bottom,
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;
min-height: 100vh;
}