Skip to content

Commit

Permalink
fix helper number issue with referenceLayer
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Oct 17, 2014
1 parent 1ab36b3 commit c127cd4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion introjs.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ tr.introjs-showElement > th {
position: absolute;
z-index: 10000000;
background-color: transparent;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.introjs-helperLayer *,
Expand All @@ -82,7 +87,7 @@ tr.introjs-showElement > th {
.introjs-helperNumberLayer {
position: absolute;
top: -16px;
left: 16px;
left: -16px;
z-index: 9999999999 !important;
padding: 2px;
font-family: Arial, verdana, tahoma;
Expand Down
2 changes: 1 addition & 1 deletion minified/introjs.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c127cd4

Please sign in to comment.