diff --git a/assets/js/hooks/session.js b/assets/js/hooks/session.js index e1baf8e56..c0926a0d2 100644 --- a/assets/js/hooks/session.js +++ b/assets/js/hooks/session.js @@ -575,7 +575,7 @@ const Session = { if (sectionButton) { const sectionId = sectionButton.getAttribute("data-section-id"); const section = this.getSectionById(sectionId); - section.scrollIntoView({ behavior: "smooth", block: "start" }); + section.scrollIntoView({ behavior: "instant", block: "start" }); } },