Skip to content

Help Center page does not scroll to the top when opened #746

@Ankita-Gupta2004

Description

@Ankita-Gupta2004

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:

  1. Scroll down on any page of the website.
  2. Click to open the Help Center page.
  3. 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.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions