diff --git a/source/src/components/Navbar.tsx b/source/src/components/Navbar.tsx index 4d656f9..514437b 100644 --- a/source/src/components/Navbar.tsx +++ b/source/src/components/Navbar.tsx @@ -101,8 +101,6 @@ const ReadProgress = () => { // update on path change useEffect(() => { setTimeout(() => { - window.scrollTo({ top: 0, behavior: "smooth" }) - scrollHandler() }, 100) }, [location])