sorich87 / bootstrap-tour

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

Bootstrap CSS is still needed for backdrop when using standalone bootstrap tour #748

Open PeterDimitroff opened 3 years ago

PeterDimitroff commented 3 years ago

When backdrop is enabled using the standalone CSS and JS provided the element is not highlighted. When bootstrap CSS is linked in the backdrop works as expected.

How to reproduce:

  1. In an HTML file's link to bootstrap-tour-standalone.js and bootstrap-tour-standalone.css
  2. Add any element inside the
  3. Create a tour with one step with the backdrop property set to true.