Skip to content

Commit

Permalink
fix disable interaction issue with IE
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Jun 12, 2016
1 parent 9ec93e1 commit b0f74dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions introjs.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ tr.introjs-showElement > th {
.introjs-disableInteraction {
z-index: 99999999 !important;
position: absolute;
background-color: white;
opacity: 0;
filter: alpha(opacity=0);
}

.introjs-relativePosition,
Expand Down

0 comments on commit b0f74dc

Please sign in to comment.