diff --git a/dashboard/js/app.js b/dashboard/js/app.js index d43d45f..8a0ffbe 100644 --- a/dashboard/js/app.js +++ b/dashboard/js/app.js @@ -86,8 +86,8 @@ function showRoute({ announce = true, focus = false } = {}) { if (heading) { heading.setAttribute("tabindex", "-1"); heading.focus({ preventScroll: true }); - heading.scrollIntoView({ behavior: "smooth", block: "start" }); } + window.scrollTo({ top: 0, left: 0, behavior: "instant" }); } }