Closed ashkankiani closed 7 months ago
I am not using RTL, so I'd be grateful if someone who does would step in and come up with pull requests to address any RTL-related issues...
hi icflorescu Is the scroll managed by your library or by the Mantine library? Can you give me a guide that I should check the codes of which file or section.
The problem was solved. The scroll section uses this section. https://mantine.dev/core/scroll-area/?t=styles-api The @mantine library for scrolling needs to fix navigation. which cannot be understood from the rtl on the html tag. The following link should be used to solve the problem. https://mantine.dev/styles/rtl/
Finally, make the table like this.
import { DirectionProvider, MantineProvider } from '@mantine/core'
`
`
Please add it in the library documentation so that those who use rtl don't have any problems.
Support my comment with like.
Describe the bug A clear and concise description of what the bug is. Problem with horizontal scroll element in rtl mode. scroll not work To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.