react-slick icon indicating copy to clipboard operation
react-slick copied to clipboard

RTL issue

Open tareq-rezk opened this issue 4 years ago • 2 comments

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 avatar Jun 23 '20 14:06 tareq-rezk

@tareq-rezk i had the same issue and i added

.slick-slide { float: left !important; }

it works for me now

ilyes-bouhari avatar Dec 23 '20 12:12 ilyes-bouhari

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

s1576573 avatar Jan 08 '22 15:01 s1576573