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
While @refinedev/antd's <ThemedLayoutV2 /> has RTL support for the sider and it works well but in mobile sider the placement is not respecting the changes in direction. Styling of the drawer trigger is also not updated with direction changes.
Steps To Reproduce
Set up a Refine + Ant Design app
Wrap the app with <ConfigProvider /> and pass direction="rtl"
On small screen sizes, observe the drawer and the trigger is not placed properly (check above screenshot)
Expected behavior
When direction is set to "rtl" drawer and the trigger should be placed properly.
Packages
@refinedev/antd
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
While
@refinedev/antd
's<ThemedLayoutV2 />
has RTL support for the sider and it works well but in mobile sider the placement is not respecting the changes indirection
. Styling of the drawer trigger is also not updated with direction changes.Steps To Reproduce
<ConfigProvider />
and passdirection="rtl"
Expected behavior
When
direction
is set to"rtl"
drawer and the trigger should be placed properly.Packages
Additional Context
No response
The text was updated successfully, but these errors were encountered: