diff --git a/history.js b/history.js index 00de50c..0d68c52 100644 --- a/history.js +++ b/history.js @@ -373,7 +373,7 @@ function showNodeinfo(d) { destroy() el.classList.remove("hidden") - el.scrollIntoView(true) + el.scrollIntoView(false) var closeButton = document.createElement("button") closeButton.classList.add("close")