Skip to content
Snippets Groups Projects
Commit 69dcc130 authored by Austin Anderson's avatar Austin Anderson
Browse files

Scroll not smoothly

parent 689b6b62
Branches
No related tags found
No related merge requests found
...@@ -108,7 +108,6 @@ $(function () { ...@@ -108,7 +108,6 @@ $(function () {
} else if ($("span[id='" + unescaped + "']").length) { } else if ($("span[id='" + unescaped + "']").length) {
setTimeout(function () { setTimeout(function () {
document.getElementById(unescaped).scrollIntoView({ document.getElementById(unescaped).scrollIntoView({
behavior: "smooth",
block: "start", block: "start",
}); });
}, 100); }, 100);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment