Next app router scroll to top on navigation
Unanswered
Asiatic Lion posted this in #help-forum
Asiatic LionOP
In the doc it says "that it scrolls to the point where on the page things have changed": https://nextjs.org/docs/app/building-your-application/routing/linking-and-navigating#focus-and-scroll-management
How can I force the app to scroll to the top?
How can I force the app to scroll to the top?
1 Reply
Jumbo flying squid
You can probably use https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollTo to scroll to the top of the page.