FAQ | This is a LIVE service | Changelog

Skip to content

restore scroll position to top of screen on navigate

Since we have multiple long scrolling pages in the app, implement the ScrollToTop component as noted here.

A different fix is to make each of our pages scroll within the component via overflow: scroll or the like.

[1] https://github.com/ReactTraining/react-router/blob/master/packages/react-router-dom/docs/guides/scroll-restoration.md

Merge request reports