We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting direction:rtl on document.body seems to break slide navigation. Reproducible on https://nuka-carousel-jz0747srr-nuka-carousel.vercel.app/
direction:rtl
Being able to navigate from right to left when direction:rtl is set on
Only the first slide is visible, on clicking on the "next slide" button, a blank slide is displayed
Demo:
The text was updated successfully, but these errors were encountered:
I had the same problem Work around: wrap it in div and set dir to ltr
Id the item inside needs to be rtl wrap it also in a div thar inherits body dir
Sorry, something went wrong.
No branches or pull requests
Bugs and Questions
Prerequisites
Describe Your Environment
Describe the Problem
Setting
direction:rtl
on document.body seems to break slide navigation.Reproducible on https://nuka-carousel-jz0747srr-nuka-carousel.vercel.app/
Expected behavior:
Being able to navigate from right to left when
direction:rtl
is set onActual behavior
Only the first slide is visible, on clicking on the "next slide" button, a blank slide is displayed
Additional Information
Demo:
Screen.Recording.2023-04-06.at.12.44.23.PM.mov
The text was updated successfully, but these errors were encountered: