halstack-react icon indicating copy to clipboard operation
halstack-react copied to clipboard

Fix scrolling when navigating between pages on the documentation site.

Open PelayoFelgueroso opened this issue 2 months ago • 2 comments

Checklist (Check off all the items before submitting)

  • [x] Build process is done without errors. All tests pass in the /lib directory.
  • [x] Self-reviewed the code before submitting.
  • [x] Meets accessibility standards.
  • [x] Added/updated documentation to /website as needed.
  • [x] Added/updated tests as needed.

Purpose Scroll to Top when we switch from when page to another

PelayoFelgueroso avatar Oct 15 '25 11:10 PelayoFelgueroso

LGTM, let's wait for @Jialecl to confirm though.

Mil4n0r avatar Oct 20 '25 10:10 Mil4n0r

This approach messes with the navigation to different sections. For example: if you navigate to a link that looks like https://(,,,).com/(...)/#intro it won't scroll to #intro

Jialecl avatar Nov 03 '25 16:11 Jialecl