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

change Color #8

Closed deephakdd closed 7 years ago

deephakdd commented 7 years ago

Can we change color of the scroll bar . i would like to have the color of material themes .

is this possible ? if so Please suggest on how that can be achieved

jfcere commented 7 years ago

Hi @deephakdd,

All the CSS can be overriden or you can even make your own custom CSS to completely modify the apparence of the scrollbar.

Use the original documentation of Malihu Scrollbar available here: Scrollbar styling & themes

Let me know if you have any further question.

jfcere commented 7 years ago

@deephakdd as a follow up, have you been able to customize the scrollbar?

jfcere commented 7 years ago

I am closing the issue but feel free to reopen if you still need assistance on customizing the scrollbar.

deephakdd commented 7 years ago

hi , Thanks for the reply . i was able to override by changing in the jquery.mCustomScrollbar.css i just have a small doubt ,

can i not simply override your classes in my css file? i dont want to use jqery so i cant create a custom theme

thanks once again for the reply

jfcere commented 7 years ago

@deephakdd yes you can override the CSS it should work out of the box.