9 ms·
Dont hate me, but I would like to have the opposite functionality Just for mobile, where it is very annoying on long pages (Laravel Docs for example) to scroll
by lasarkolja 2y ago
Dont hate me, but I would like to have the opposite functionality
Just for mobile, where it is very annoying on long pages (Laravel Docs for example) to scroll up just to get the menue button.
- skydhash 2y agoIf you’re on ios, you can tap the clock for fast scroll up.
- miramba 2y agoSame here, and I want the sticky Safari bottom tool bar back! Why is that not configurable?
- lucasluitjes 2y agoHere you go: javascript:(function(){window.scrollTo({top:0,behavior:'smooth'});})();