hello-astro icon indicating copy to clipboard operation
hello-astro copied to clipboard

Scroll position lost when navigating

Open dandv opened this issue 1 year ago • 1 comments

Thanks for the really nice theme!

Is there any way to remember the scroll position when navigating back to the homepage?

  1. Go to https://hellotham.github.io/hello-astro/
  2. Scroll down and click on tags
  3. Press the browser back button.

The page will be scrolled back to the top, instead of remembering the scroll position.

Firefox 116.0 (64-bit).

dandv avatar Aug 09 '23 17:08 dandv

Hello, thanks for your feedback.

One option you can try is to remove the following line from src/layouts/base.astro:

    <ViewTransitions />

ChristineTham avatar Aug 15 '23 22:08 ChristineTham