bootstrap-tour icon indicating copy to clipboard operation
bootstrap-tour copied to clipboard

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

Open PeterDimitroff opened this issue 5 years ago • 0 comments

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.

PeterDimitroff avatar Nov 04 '20 16:11 PeterDimitroff