When I click a link to a new page the page loads and then scrolls to the top of the page. I'd like to change this behavior that the scroll resets to the top of the page before the route change is rendered. You can see the behavior at https://mitconsulting.group/ if you scroll down on the home page and then use the navbar to navigate to a new page without scrolling back up, the new page renders and then scrolls to the top. This messes up my fade-in scroll animations and generally looks bad.
If you are using react-bootstrap, like I was, you'll need to override the scroll-behavior: smooth; with scroll-behavior: auto !important;