react-slick
react-slick copied to clipboard
RTL issue
carousel doesn't work properly in RTL direction, I found a way to make it work but I can't implement it with out your help, make inline-style of slick-track ( transform: translate3d (1,2,3) ) first value always be positive not negative value. it will fix issue. How can I make this value always positive in RTL,
@tareq-rezk i had the same issue and i added
.slick-slide { float: left !important; }
it works for me now
I encountered the same issue, try this package instead: https://github.com/ryangphan/react-slick-pnth . It is also react-slick, but with improved rtl support