Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1646 from rlr/gh1605/zindex-fix
Browse files Browse the repository at this point in the history
fix (content): #1605 fix hint z-index issue
  • Loading branch information
rlr committed Oct 28, 2016
2 parents 5644944 + 48eb118 commit 16732ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content-src/components/Hint/Hint.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
.hint-container {
display: inline-block;
position: relative;
// This is needed to push the child component(i.e. the explanation above other stuff in the container)
z-index: $hint-z-index;

// This is the link that if clicked, opens the explanation
.prompt {
Expand All @@ -28,6 +26,7 @@
left: 100%;
margin-left: $hint-offset-left;
top: -$hint-offset-top;
z-index: $hint-z-index;

// This is the little triangle on the tooltip
&::before {
Expand Down

0 comments on commit 16732ee

Please sign in to comment.