SyntaxFix
Write A Post
Hire A Developer
Questions
I found that these CSS styles force the page to always scroll to top on reload/refresh:
html { height: 100%; overflow: hidden; width: 100%; } body { height: 100%; overflow-x: hidden; overflow-y: auto; width: 100%; }