-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
bug: Drawer transition is wrong in RTL #1974
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
@ariaieboy Exactly. |
the bug disappears and works correctly if you remove |
You can add these lines to
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of daisyUI are you using?
3.0.25
Describe your issue
When using
drawer
component in RTL layout, the entering transition is wrong and there is no transition at all on exit.Just use the example code from the website https://daisyui.com/components/drawer/#responsive while setting dir="rtl" to your html tag and applying the following config:
daisyui: { rtl: true, }
What browsers are you seeing the problem on?
No response
Reproduction URL (optional)
No response
The text was updated successfully, but these errors were encountered: