yoannmoinet / nipplejs

:video_game: A virtual joystick for touch capable interfaces.
https://yoannmoinet.github.io/nipplejs
MIT License
1.77k stars 181 forks source link

fix: fix position issue in RTL (#218) #219

Closed nekocode closed 3 months ago

nekocode commented 3 months ago

In RTL styles, the default position of absolutely positioned elements is top=0 and right=0. Forcing left=0 can make the position consistent with LTR styles.