Fix background jumping on chrome mobile

This commit is contained in:
schmelczerandras 2020-11-26 22:54:38 +01:00
parent 3ec50d7f57
commit 84c6c9e37c

View file

@ -47,7 +47,6 @@ export class PageBackground extends PageElement {
if (
window.innerWidth !== this.windowWidth ||
window.innerHeight !== this.windowHeight ||
currentContentHeight !== this.contentHeight
) {
this.windowWidth = window.innerWidth;