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

Include change that patches module-level and component-level sidebar options #66

Closed micah-akpan closed 2 years ago

micah-akpan commented 3 years ago

The change introduced in this PR would allow the developer to provide generic or module-level scrollbar options which will be applied to all components that use the library.

The component-level scrollbar options take precedence over the module-level options.