Remove background-position: fixed because it causes terrible scrolling performance
This commit is contained in:
@@ -1,8 +1,3 @@
|
|||||||
{{define "bgpattern"}}
|
{{define "bgpattern"}}
|
||||||
<style>
|
<style>body, .checkers{background-image: url("/res/img/checker{{bgPatternCount}}.png");}</style>
|
||||||
body, .checkers{
|
|
||||||
background-image: url("/res/img/checker{{bgPatternCount}}.png");
|
|
||||||
background-attachment: fixed;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
{{end}}
|
{{end}}
|
Reference in New Issue
Block a user