RTL languages:
Overlays that contain LTR code starts from the right side,
which means that if there is scrolling, you will have to scroll all the way to the left for seeing the start of the code.
This is example from the View Changes in templates.
The fix is adding `direction: ltr` to the .overlayScroll , but this should be added only for LTR overlays in order to not mess the real RTL overlays.
Overlays that contain LTR code starts from the right side,
which means that if there is scrolling, you will have to scroll all the way to the left for seeing the start of the code.
This is example from the View Changes in templates.
The fix is adding `direction: ltr` to the .overlayScroll , but this should be added only for LTR overlays in order to not mess the real RTL overlays.