-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Labels
Description
Issue: Help Center page does not scroll to the top when opened
Description:
- When navigating to the Help Center page, the page opens at the same scroll position as the previous page instead of starting at the top.
- This can cause confusion for users, especially if they expect to start reading from the top of the page.
Steps to Reproduce:
- Scroll down on any page of the website.
- Click to open the Help Center page.
- Observe that the page opens at the previous scroll position rather than at the top.
Expected Result:
- The Help Center page should always open at the top, regardless of the previous scroll position.
Possible Fix:
- Ensure that when the Help Center page component mounts,
window.scrollTo(0, 0)is called to reset the scroll position.
Reactions are currently unavailable