gromo / jquery.scrollbar

jQuery CSS Customizable Scrollbar
GNU General Public License v2.0
755 stars 237 forks source link

Enable jquery.scrollbar for Firefox #134

Open Samic8 opened 7 years ago

Samic8 commented 7 years ago

From what I can tell from @gromo's comment here the reason for disabling Firefox usage was due to not being able to hide the native scrollbar.

I have removed the line that prevented jquery.scrollbar's usage in Firefox and it seems to be working as expected for me.

ichsanwahyudi29 commented 6 years ago

is this the solution for FF on mac?

gromo commented 6 years ago

@ichsanwahyudi29 you can use this code, but mac os scrollbar depends on system settings, as I know, so it's not suitable in all cases.

ichsanwahyudi29 commented 6 years ago

If I use this code, scrollBar.js doesn't work, when I delete this changes it's working in FF on mac but native scroll still show

gromo commented 6 years ago

@ichsanwahyudi29 the problem was with hiding native scrollbar, that's why custom scrollbar is not initialized in FF on Mac

Samic8 commented 6 years ago

It the latest version of FF on Mac I am not seeing the native scrollbar 👍

What system setting does this depend on @gromo ?