Skip to content

Commit 37839d3

Browse files
committed
Adding z-index and position:relative to children of highlighted table row
1 parent d878b16 commit 37839d3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

introjs.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,15 @@
2424
opacity: 1.0 !important;
2525
}
2626

27-
.introjs-showElement {
27+
.introjs-showElement,
28+
tr.introjs-showElement > td,
29+
tr.introjs-showElement > th {
2830
z-index: 9999999 !important;
2931
}
3032

31-
.introjs-relativePosition {
33+
.introjs-relativePosition,
34+
tr.introjs-showElement > td,
35+
tr.introjs-showElement > th {
3236
position: relative;
3337
}
3438

@@ -252,4 +256,4 @@
252256
width: 0;
253257
left: 50%;
254258
top: 50%;
255-
}
259+
}

0 commit comments

Comments
 (0)