Scroll to Top
I've put together a simple extension that adds a scroll to top button once a certain percentage of page length has elapsed.
Installation
composer require phenomlab/scrolltotop
Updating
composer update phenomlab/scrolltotop
Removal
composer remove phenomlab/scrolltotop
Links
Known Issues
This extension adds itself into the DOM once a percentage is reached, then calculates how much space it needs to reach the top. It (currently) does not take into account post content loaded into the DOM, so when you click the scroll to top button, it probably won't go to the top of the screen as expected (and as the scrubber does).