Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am writing a UserChromeJS script (If you don't know what UserChromeJS is, please take a look at http://userchromejs.mozdev.org/)that turns the scrollbar into a floating one.

Link to my script: https://github.com/nightson/userChromeJS/blob/master/FloatingScrollbar.uc.js

What I want to do next is to make the scrollbar auto-hidden when not scrolling. But this is hard to achieve without being able to add/remove class to/from the scrollbar. I tried methods like querySelector and getAnonymousElementByAttribute without success. Could anyone help me?

p.s: I don't want to hide the default scrollbar and create a new one, so please don't suggest solutions like jscrollpane.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.