We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06240c4 + e10accc commit ca545e3Copy full SHA for ca545e3
introjs.css
@@ -65,6 +65,7 @@ tr.introjs-showElement > th {
65
66
.introjs-tooltipReferenceLayer {
67
position: absolute;
68
+ visibility: hidden;
69
z-index: 10000000;
70
background-color: transparent;
71
-webkit-transition: all 0.3s ease-out;
@@ -86,6 +87,7 @@ tr.introjs-showElement > th {
86
87
88
.introjs-helperNumberLayer {
89
90
+ visibility: visible;
91
top: -16px;
92
left: -16px;
93
z-index: 9999999999 !important;
@@ -184,6 +186,7 @@ tr.introjs-showElement > th {
184
186
185
187
.introjs-tooltip {
188
189
190
padding: 10px;
191
background-color: white;
192
min-width: 200px;
0 commit comments