-
-
Notifications
You must be signed in to change notification settings - Fork 61
No Support for RTL (Right-to-Left) Layouts #89
New issue
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
Comments
+1 same |
I have the same issue, too. I expect its direction automatically adjusted according to page direction (HTML |
https://github.com/tomcru/holy-loader has this. |
I used this temporary workaround: rstacruz/nprogress#206 (comment)
|
Hi, with 4 to 5 years of experience in React, Next, Typescript, Tailwind CSS and core CSS. I have over the years built appealing UI as a person and with teams, i believe that if assign this task i will be able to fix it. Thanks as i look forward to hearing from you |
I am using the nextjs-toploader library in a project that uses an RTL (Right-to-Left) layout. Unfortunately, the progress bar starts from the left side of the screen, which is incorrect for RTL designs. I've tried to override the styles manually using CSS and JavaScript, but none of the solutions worked as expected !! is there a way ?
The text was updated successfully, but these errors were encountered: