jfcere / ngx-malihu-scrollbar

Angular 2+ scrollbar customization using Malihu jQuery Custom Scrollbar plugin
https://jfcere.github.io/ngx-malihu-scrollbar
MIT License
58 stars 17 forks source link

Hide default document scrollbar #21

Closed rajjaiswalsaumya closed 6 years ago

rajjaiswalsaumya commented 6 years ago

How can I add this to html body, which can hide default browser scrollbar and display custom scrollbar ?

jfcere commented 6 years ago

@rajjaiswalsaumya sorry about the delay, I'm gonna have to take a look as my first attempt didn't seems to work when applying malihu scrollbar on the body.

I'll come back to you shortly!

jfcere commented 6 years ago

@rajjaiswalsaumya better late than never!

You can now apply custom scrollbar on body element using MalihuScrollbarService.

Plese update to v1.3.0 and refer to the FAQ section on README.md for details.