Skip to content

Commit ca545e3

Browse files
committed
Merge pull request usablica#368 from yuvale/issue_356_no_interaction
Fix issue 356 - no interaction with the target element.
2 parents 06240c4 + e10accc commit ca545e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

introjs.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ tr.introjs-showElement > th {
6565

6666
.introjs-tooltipReferenceLayer {
6767
position: absolute;
68+
visibility: hidden;
6869
z-index: 10000000;
6970
background-color: transparent;
7071
-webkit-transition: all 0.3s ease-out;
@@ -86,6 +87,7 @@ tr.introjs-showElement > th {
8687

8788
.introjs-helperNumberLayer {
8889
position: absolute;
90+
visibility: visible;
8991
top: -16px;
9092
left: -16px;
9193
z-index: 9999999999 !important;
@@ -184,6 +186,7 @@ tr.introjs-showElement > th {
184186

185187
.introjs-tooltip {
186188
position: absolute;
189+
visibility: visible;
187190
padding: 10px;
188191
background-color: white;
189192
min-width: 200px;

0 commit comments

Comments
 (0)