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 ?
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 ?