diff --git a/src/web/app/desktop/tags/home.tag b/src/web/app/desktop/tags/home.tag index f22081f31..7a23ad242 100644 --- a/src/web/app/desktop/tags/home.tag +++ b/src/web/app/desktop/tags/home.tag @@ -242,7 +242,7 @@ } this.containerTop = this.refs.main.getBoundingClientRect().top; - this.headerHight = 48; + this.headerHight = this.root.getBoundingClientRect().top; window.addEventListener('scroll', this.followWidgets); window.addEventListener('resize', this.followWidgets);