jakiestfu / Snap.js

A Library for creating beautiful mobile shelfs in Javascript (Facebook and Path style side menus)
http://jakiestfu.github.io/Snap.js/
5.99k stars 663 forks source link

"dir = rtl " breaks the right drawer? #274

Open Blockattester opened 8 years ago

Blockattester commented 8 years ago

Hi, awesome code. the problem is when you change html: dir:rtl the code breaks ! (needed for some languages) initially i thought the problem was within my code, but after days of trying to fix it i noticed even with simple example the code would break by simply adding dir rtl

thanks in advance

Blockattester commented 8 years ago

Hi; I worked around it by defining html dir="ltr"; then individual div dir=""rtl