diff --git a/public/index.html b/public/index.html index 3953542..1e6ff54 100644 --- a/public/index.html +++ b/public/index.html @@ -44,7 +44,7 @@ requestAnimationFrame(function() { var element = document.getElementById(id); if (element) { - element.scrollIntoView(true); + element.scrollIntoView(false); } }); });