Open 30YA opened 2 months ago
+1 same
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
).
https://github.com/tomcru/holy-loader has this.
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 ?