jquery-asScrollable
jquery-asScrollable copied to clipboard
How to always show the scrollbar? Any option ?
I have used this scrollbar for a Dashboard Admin page. I need to always show the scrollbar. Right now we have any option to show the scrollbar on Hover. But as a client requirement I need to always show it. Any kind of help would be great.
Thanks
You probably fixed your issue, but this might help someone else:
.scrollable .scrollable-bar-hide {
opacity: 1; //always show scrollbar, not just on hover!
}