-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: retain scroll position when going back #1030
base: main
Are you sure you want to change the base?
Conversation
⚡ Lighthouse report for the home page 🏠
Other pages
|
Attaching the quick video of a side effect: if you go back and then forward the scroll position is wrong, and if you go back again the position is lost and the viewport jumps to the top. Screencast.from.2023-10-24.19-27-02.webm |
Another feeling I got, we talked about this earlier is: Gatsby has this feature out of the box, and we are not doing anything out of the ordinary that warrants for a special treatment of the scrolling (are we?). Why do we need to manually set it up? I feel we are missing something in the way this works |
No description provided.