bumblebee
bumblebee copied to clipboard
Prevent hydrated abstract pages from scrolling to top on load
Especially on slow networks, core-rendered pages will let users scroll down a bit before loading in the rest. Once the JS is loaded, it scrolls to the top of the page, which is unexpected and jarring. We should figure out how to stop this from happening for server-rendered pages.