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.
1 parent 52eeb3d commit 5c6a187Copy full SHA for 5c6a187
intro.js
@@ -429,6 +429,7 @@
429
// re-align intros
430
_setHelperLayerPosition.call(this, document.querySelector('.introjs-helperLayer'));
431
_setHelperLayerPosition.call(this, document.querySelector('.introjs-tooltipReferenceLayer'));
432
+ _setHelperLayerPosition.call(this, document.querySelector('.introjs-disableInteraction'));
433
434
// re-align tooltip
435
if(this._currentStep !== undefined && this._currentStep !== null) {
introjs.css
@@ -71,7 +71,7 @@ tr.introjs-showElement > th {
71
box-sizing: content-box;
72
position: absolute;
73
visibility: hidden;
74
- z-index: 10000000;
+ z-index: 100000000;
75
background-color: transparent;
76
-webkit-transition: all 0.3s ease-out;
77
-moz-transition: all 0.3s ease-out;
0 commit comments