Remove background-position: fixed because it causes terrible scrolling performance
This commit is contained in:
@@ -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}}
|
Reference in New Issue
Block a user