Scrollbar
How it works
Scrolbar element will style native scrollbar element, it won’t replace it.
Scrollbar element requires an overflow at the element where it is applied, otherwise there is no native scrollbar to display.
Settings controls
Target: select an element by it’s classname where the scrollbar element will adopt the native scrollbar behaviour.
OverflowY/OverflowX: select a “scroll” or “hidden” state for the vertical or horizontal scroll of the target.
Visibility: wether to display or not the scrollbar visibility.
Autohide: there are 4 types available:
Never: always shows the scrollbar.
Scroll: shows the scrollbar only when a scroll hit is produced.
Leave: hides the scrollbar when the user leaves the site.
Move: shows the scrollbar only when a scroll hit is produced or a cursor move.
Autohide delay: if there is an autohide option enable, here you can set a delay value for it.
Scrollbar styles: here you can design the track and thumb styles including it’s hover and active states. At the track, horizontal padding will set distance regarding left/right and vertical padding will set distance regarding top/bottom of the element targeted.
– Tamu