MiniBar
MiniBar copied to clipboard
A lightweight scrollbar library written in vanilla javascript.
I wanted to used the documented option wheelScrollAmount, but I saw that it was not implemented. In order to minify the JS file, I have added terser because I don't...
Hi there! I'm kind of confused on how you're initializing it. How exactly is it supposed to look in inside the tag? I've tried both with tags and without and...
-Does it allow to disable auto wrapping and use your existent container?= is this what the class option is for? or that is just changing the class names?
Hi! Considering using this for a project, but wondering how I can custom style it. I have some specific needs and especially need to know if I can style it...
see this: https://codesandbox.io/s/test-minibar-o1ovqx Actually I want overflow-x is hidden or visible. But when MiniBar is enabled with `scrollX:false`, the content is scrollable in X axis ( use mouse to select...