Skip to content

Commit 3854196

Browse files
committed
Add !important to z-index, related to usablica#90
1 parent 78828db commit 3854196

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

introjs.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818

1919
.introjs-showElement {
20-
z-index: 9999999;
20+
z-index: 9999999 !important;
2121
}
2222

2323
.introjs-relativePosition {
@@ -205,4 +205,4 @@
205205
background-color: #f4f4f4;
206206
background-image: none;
207207
text-decoration: none;
208-
}
208+
}

0 commit comments

Comments
 (0)