I'm using Fluent UI Blazor for my project in RTL mode. In nested menu, the chevron direction is the same as LTR mode. I tried to add the below CSS transform to span element containing the chevron, but it did not work.
transform: scaleX(-1);
I'm using Fluent UI Blazor for my project in RTL mode. In nested menu, the chevron direction is the same as LTR mode. I tried to add the below CSS transform to span element containing the chevron, but it did not work.
transform: scaleX(-1);