Vitaliy Chernyshenko
Vitaliy Chernyshenko
Scroll restoration happens too early before the page gets rendered after hitting browser back button
I came across mentioned issue while building my portfolio site and I think this is really a big breaking thing in user experience overall. I can confirm that problem occurs...
Scroll restoration happens too early before the page gets rendered after hitting browser back button
@hardwit well done! however it works for me only if I restore height asynchronously like this: `Router.events.on("routeChangeComplete", () => { setTimeout(() => { html.style.height = 'initial' }, 1500); });`
White outline is visible on macOS Catalina as well, would be great to find out how to get rid of it. By the way, this is the only dimmer app...