clu3 / bootstro.js

Tiny JS library using bootstrap's popovers to help guide your users around your website
http://clu3.github.io/bootstro.js/
MIT License
1.33k stars 235 forks source link

Fix to overlay problem on some stack orders #28

Closed edmenendez closed 11 years ago

edmenendez commented 11 years ago

The current overlay backdrop doesn't work right if your stack order is using 3d transformations (i.e. iScroll). So, Instead of using the standard overlay, create 4 boxes around the elements and use that for the overlay. It's supported as an optional parameter and it defaults to doing it the original way.

Also, Added a new "showBackdrop" option which works around the problem where the popover appears below the backdrop.

edmenendez commented 11 years ago

creating a newer pull request