buzinas / simple-scrollbar

Very simple and lightweight vanilla javascript library for creating a custom scrollbar cross-browser.
MIT License
575 stars 159 forks source link

RTL direction support #25

Closed BabkinAleksandr closed 7 years ago

BabkinAleksandr commented 7 years ago

Added support for rtl-direction. Issue #22 Demo here

buzinas commented 7 years ago

Can you please resolve the conflicts?

BabkinAleksandr commented 7 years ago

@buzinas Done!

buzinas commented 7 years ago

Can you attach a demo as you did for the other PR? Also, can you please add something to the README explaining how to use RTL? Thanks in advance!

BabkinAleksandr commented 7 years ago

@buzinas Sorry, I forgot about demo (attached). But what do you want to see about RTL in readme? You just init scrollbar on rtl or ltr container like before and that's all. Maybe add a little info about rtl support?

buzinas commented 7 years ago

Maybe add a little info about rtl support?

Exactly that :)

PS: and thanks for the demo!

BabkinAleksandr commented 7 years ago

@buzinas Added info to Readme. Sorry, if it have some mistakes, my english could be not so well.