bootstrap-tour
bootstrap-tour copied to clipboard
Bootstrap CSS is still needed for backdrop when using standalone bootstrap tour
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:
- In an HTML file's link to bootstrap-tour-standalone.js and bootstrap-tour-standalone.css
- Add any element inside the
- Create a tour with one step with the backdrop property set to true.