sorich87 / bootstrap-tour

Quick and easy product tours with Twitter Bootstrap Popovers
http://bootstraptour.com
MIT License
4.44k stars 941 forks source link

when tour will support rtl #724

Open HardMode2015 opened 5 years ago

HardMode2015 commented 5 years ago

hello,

do u plan to support rtl ?

myreqs commented 4 years ago

Hi,

for tour popover correcting placement in rtl projects, change css file content only for one line:

add right:auto !important; to below block .popover[class*="tour-"] {}

that's it..