-
Notifications
You must be signed in to change notification settings - Fork 754
Closed
Description
When I navigate my pages, the page is not loading to the top of the new page.
- Is there some reason the new page wouldn't navigate to the top as default?
- Where would I send JavaScript to the client? I tried putting a
window.scrollTo(0, 50);
in theArticle
'scomponentDidMount
, but that doesn't work for obvious reasons.
Must I use theDocument
setting ofstatic.config.js
, or is there a faster, cleaner way?
Metadata
Metadata
Assignees
Labels
No labels