questions about overscroll usually ask how to disable it on a mobile web page. I want to do the opposite: create a rubber banding effect on all web pages while browsing on the desktop. I’m using either the space bar, page down or mouse wheel to scroll.
I tried html { overscroll-behavior: contain; overflow: scroll } on Firefox. Don’t know what else to do.