You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only issue with the Flowbite:
When using Flowbite in an RTL (right-to-left) environment, most elements adapt correctly, except for the sidebar and drawer components. Even when RTL is enabled, the sidebar and drawer still appear from the left side instead of the right side. This issue persists despite using the dir="rtl" attribute or custom
The text was updated successfully, but these errors were encountered:
The only issue with the Flowbite: When using Flowbite in an RTL (right-to-left) environment, most elements adapt correctly, except for the sidebar and drawer components. Even when RTL is enabled, the sidebar and drawer still appear from the left side instead of the right side. This issue persists despite using the dir="rtl" attribute or custom
Hi bro, i'm persian, i had this problem too, just change class of
tag from left-0 to right-0 and it will work like a charm, note that you have to set dir="rtl" as before too.
The only issue with the Flowbite:
When using Flowbite in an RTL (right-to-left) environment, most elements adapt correctly, except for the sidebar and drawer components. Even when RTL is enabled, the sidebar and drawer still appear from the left side instead of the right side. This issue persists despite using the dir="rtl" attribute or custom
The text was updated successfully, but these errors were encountered: