bumblebee icon indicating copy to clipboard operation
bumblebee copied to clipboard

Prevent hydrated abstract pages from scrolling to top on load

Open thostetler opened this issue 5 years ago • 0 comments

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.

thostetler avatar Jan 11 '21 17:01 thostetler