feat: make sure to scroll to the top when navigating to lesson
This commit is contained in:
@@ -237,6 +237,7 @@ export function updateActiveLessonInSidebar(moduleId, lessonIndex) {
|
|||||||
|
|
||||||
// Scroll to the top of the page
|
// Scroll to the top of the page
|
||||||
document.querySelector("html").scrollTop = 0;
|
document.querySelector("html").scrollTop = 0;
|
||||||
|
document.body.scrollTop = 0;
|
||||||
// Scroll to the current lesson item
|
// Scroll to the current lesson item
|
||||||
currentLessonItem.scrollIntoView({ behavior: "smooth", block: "nearest" });
|
currentLessonItem.scrollIntoView({ behavior: "smooth", block: "nearest" });
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user