Remove background-position: fixed because it causes terrible scrolling performance

This commit is contained in:
2018-07-12 11:58:39 +00:00
parent f0bef6c01b
commit a0110a6c2a

View File

@@ -1,8 +1,3 @@
{{define "bgpattern"}}
<style>
body, .checkers{
background-image: url("/res/img/checker{{bgPatternCount}}.png");
background-attachment: fixed;
}
</style>
<style>body, .checkers{background-image: url("/res/img/checker{{bgPatternCount}}.png");}</style>
{{end}}