Skip to content
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

No Support for RTL (Right-to-Left) Layouts #89

Open
30YA opened this issue Sep 24, 2024 · 3 comments
Open

No Support for RTL (Right-to-Left) Layouts #89

30YA opened this issue Sep 24, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@30YA
Copy link

30YA commented Sep 24, 2024

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 ?

@TheSGJ TheSGJ added the enhancement New feature or request label Sep 30, 2024
@nasraldin
Copy link

+1 same

@mirismaili
Copy link

mirismaili commented Oct 14, 2024

I have the same issue, too.

I expect its direction automatically adjusted according to page direction (HTML dir="rtl"/dir="ltr" or CSS direction: rtl/ltr).

@ggdeploybot
Copy link

ggdeploybot commented Oct 14, 2024

https://github.com/tomcru/holy-loader has this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants