vue-tour
vue-tour copied to clipboard
Background blur when tooltip open
When open a tooltip for touring, then need blur background without tooltip and the highlighted area.
Is any solution for it
I haven't found a way to make it blurry, but you can add the following CSS-rule to give it a more "highlighted"-look.
.v-tour__target--highlighted {
box-shadow: 0 0 0 9999px rgba(0,0,0,.5);
}

any way to make the whole page with some background when tour guide is active???