Reputation: 27
I am currently working on a project which develops a website front-end using Angular 6 and Bootstrap 4. All we need to do is create a custom scroll bar, which works on any modern browser. (Not like CSS ::-webkit-scrollbar
which does not work in IE and FF) This scroll bar should be exactly like the image below and it must be appear, when a user hover the main element. Is this possible? How do we do this? Any of advice is much appreciated.
Sample Scrollbar
Upvotes: 0
Views: 13669
Reputation: 27
I think I found the answer. It is called Nano Scroller. Nano Scroller
It also fade-in when user hover the mouse over the parent element. Thank you everyone who helped me by commenting.
Upvotes: 0