I'm working on the international website now, and one of its' languages is Arabic. Due to Arabic culture, whole interface must be mirrored vertically (obviously to flip sides, not only text direction).
I already tried to use the trick with transform: rotateY(180deg)
on container and transform: rotateY(180deg)
on each child node, but got an issue that my interface totally disppeared. Tried to transform: scale(-1, 1)
with same result. backface-visibility: visible
added to each node of document.
Do you have any idea how to mirror website interface without writing separate stylesheets and other painful things?
OK, I just recreated my problem here, maybe this can help: https://jsfiddle.net/z7ksof29/3/