Skip to content

Help me understand z-index and sl-tooltip #2004

Answered by claviska
saeldion asked this question in Help
Discussion options

You must be logged in to vote

We're reworking tooltip to not wrap their anchors for 3.0 to make this easier. In the future, you'll be able to place the tooltip anywhere in the document. For now, disabling this rule makes the tooltip appear over the gray area, which I think it what you want.

The problem is that the cells have position: relative and a z-index of their own, which creates a new stacking context. Thus, setting a z-index on the tooltip itself won't really help.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by saeldion
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants