vue-tour
vue-tour copied to clipboard
Location above all elements (v-step z-index) [BUG]
Hello.
An element with v-step class must be placed last in body tag. Then it will always be above all other elements, regardless of nesting level. In this case the v-tour component itself can be placed at any other nesting level.
This is exactly how it is implemented in many other libraries with controls such as drop-down lists and modal windows.
Try to implement such a universal option and then this problem will be completely solved for all such cases.
Yeah I have a problem with that. Do you have a fix?
Yeah I have a problem with that. Do you have a fix?
I don't have one yet. It was a suggestion to the developers of vue-tour.
Is this library being maintained? I'm also having issue with z-index, would seem basic to have a "container" prop to be able and render under 'body'... should I PR this or fork?