You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When navigating around the site, the scroll position of the page stays fixed when navigating by clicking on link. The back/forward buttons correctly preserve scroll position. We need to change this to continue to preserve scroll position on back/forward navigation, but to scroll to the top on navigation to a "new" page (i.e. when clicking on a link).
The text was updated successfully, but these errors were encountered:
This allows us to have active classes on hash mapped routes for the page
and the anchor links. This will also allow us to place more complex
logic onto our linkings where relevant.
Related to Issue #32
When navigating around the site, the scroll position of the page stays fixed when navigating by clicking on link. The back/forward buttons correctly preserve scroll position. We need to change this to continue to preserve scroll position on back/forward navigation, but to scroll to the top on navigation to a "new" page (i.e. when clicking on a link).
The text was updated successfully, but these errors were encountered: