Skip to content

Commit c127cd4

Browse files
committed
fix helper number issue with referenceLayer
1 parent 1ab36b3 commit c127cd4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

introjs.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ tr.introjs-showElement > th {
6767
position: absolute;
6868
z-index: 10000000;
6969
background-color: transparent;
70+
-webkit-transition: all 0.3s ease-out;
71+
-moz-transition: all 0.3s ease-out;
72+
-ms-transition: all 0.3s ease-out;
73+
-o-transition: all 0.3s ease-out;
74+
transition: all 0.3s ease-out;
7075
}
7176

7277
.introjs-helperLayer *,
@@ -82,7 +87,7 @@ tr.introjs-showElement > th {
8287
.introjs-helperNumberLayer {
8388
position: absolute;
8489
top: -16px;
85-
left: 16px;
90+
left: -16px;
8691
z-index: 9999999999 !important;
8792
padding: 2px;
8893
font-family: Arial, verdana, tahoma;

minified/introjs.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)