Fix: Container direction ltr

I am working with an Arabic site. By default, `direction` is `ltr`, however, if `body` is `rtl`, children inherit and become `rtl`. Putting this style will force eruda to be always ltr.
This commit is contained in:
Omar Chehab
2017-04-13 18:37:16 -04:00
committed by RedHoodSu
parent 1d87c1f89c
commit 51a66e2652

View File

@@ -14,6 +14,7 @@
transform: translateZ(0);
font-family: $font-family;
font-size: $font-size;
direction: ltr;
* {
box-sizing: border-box;
pointer-events: all;