From 153aefe0c55983aa8b254c6d660ec0585eeb3f7e Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Sat, 18 Nov 2017 08:10:48 +0900
Subject: [PATCH] Fix bug

---
 src/web/app/desktop/tags/home.tag | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);