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.