hello-astro
hello-astro copied to clipboard
Scroll position lost when navigating
Thanks for the really nice theme!
Is there any way to remember the scroll position when navigating back to the homepage?
- Go to https://hellotham.github.io/hello-astro/
- Scroll down and click on tags
- 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).
Hello, thanks for your feedback.
One option you can try is to remove the following line from src/layouts/base.astro
:
<ViewTransitions />