Open amitbeck opened 5 years ago
Closes #155.
When direction is RTL:
NOTE: Please notice that in order to actually enable RTL, either document.body (<body>) or document.documentElement (<html>) needs to have the dir attribute set to "rtl", otherwise it won't work.
document.body
<body>
document.documentElement
<html>
dir
"rtl"
Could this PR be merged please? @isaacplmann
@isaacplmann It's been a whole year since I've published this PR. Why not merge it?
Closes #155.
When direction is RTL:
NOTE: Please notice that in order to actually enable RTL, either
document.body
(<body>
) ordocument.documentElement
(<html>
) needs to have thedir
attribute set to"rtl"
, otherwise it won't work.