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

Location above all elements (v-step z-index) [BUG]

Open tol64 opened this issue 3 years ago • 4 comments

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.

tol64 avatar Dec 13 '21 20:12 tol64

Yeah I have a problem with that. Do you have a fix?

Jacobtims avatar Dec 15 '21 14:12 Jacobtims

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.

tol64 avatar Dec 17 '21 13:12 tol64

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?

eybarta avatar Jan 16 '22 15:01 eybarta