dhilt / ngx-ui-scroll

Virtual/infinite scroll for Angular
https://dhilt.github.io/ngx-ui-scroll/
MIT License
224 stars 18 forks source link

Custom scrollbar #5

Closed dhilt closed 6 years ago

dhilt commented 7 years ago

The view should be customizable. There is an idea to make the Directive work with some external solutions like https://github.com/jkuri/ngx-slimscroll. Need to think about flexible API allowing such an integration.

dhilt commented 6 years ago

Looks like this is css issue in general. Here is the example of scrollbar customization by the ngx-scrollbar library – https://stackblitz.com/edit/angular-aba8se – it does not require anything but proper css.