I want to create a custom horizontal scrollbar so that all OSs display it the same way, without ugly window scrollbars.
I know how to make one through JS with some sort of list combining at the top, but I need to hide the default scrollbars, but leave the overflow so that I can detect the onscroll event (so there are gestures on the OSX touchpad, mousewheeel, etc. all are handled for me and trigger the onscroll callback).
Ideas?
user1022241
source share