Fix background jumping on chrome mobile
This commit is contained in:
parent
3ec50d7f57
commit
84c6c9e37c
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue