Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

tour in bootstrap modal #94

Open
nerkat opened this issue Oct 20, 2016 · 2 comments
Open

tour in bootstrap modal #94

nerkat opened this issue Oct 20, 2016 · 2 comments

Comments

@nerkat
Copy link

nerkat commented Oct 20, 2016

hello
when triggering tour inside modal


<div class="modal">
...
...
    <div ng-intro-options="IntroOptions" && ng-intro-method="tour" >
     ...
     ...
     </div>
</div>

the modal gets ".introjs-fixParent" class which sets:
"z-index: auto !important;"
this makes the modal disappear from view (hiding behind any sibling element with z-index higher than "auto !important"( = 0 ))
any ideas?

UPDATE

of course i did:

.introjs-fixParent.modal
{
        z-index:3000 !important
}

this makes the modal show
but the element being "toured" is not on the highest layer and is hidden by the tour's buble
it seems that the elemnet being "toured" - as a child of the modal - can't be higher than the intro-tooltip-layer :
can i set it to append all the introjs-elements inside the modal? so it will fix the z-index problem...?

download

@millerscout
Copy link
Collaborator

i remember to have an issue quite like that, i fixed modifying just my css.

may you provide a plunker with this ? i'll try to handle that with you

@nerkat
Copy link
Author

nerkat commented Mar 1, 2017 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants