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 d878b16 commit 37839d3Copy full SHA for 37839d3
introjs.css
@@ -24,11 +24,15 @@
24
opacity: 1.0 !important;
25
}
26
27
-.introjs-showElement {
+.introjs-showElement,
28
+tr.introjs-showElement > td,
29
+tr.introjs-showElement > th {
30
z-index: 9999999 !important;
31
32
-.introjs-relativePosition {
33
+.introjs-relativePosition,
34
35
36
position: relative;
37
38
@@ -252,4 +256,4 @@
252
256
width: 0;
253
257
left: 50%;
254
258
top: 50%;
255
-}
259
+}
0 commit comments