Skip to content

Commit 2fcbbfc

Browse files
authored
Merge pull request #5 from AndVikVin/EN-4
fix: fix hint position bug EN-4,xbsoftware#9 xbsoftware#38 xbsoftware#83 xbsoftware#85 xbsoftware#109
2 parents 7335cea + 6b0a9dc commit 2fcbbfc

File tree

2 files changed

+161
-157
lines changed

2 files changed

+161
-157
lines changed

src/jquery.enjoyhint.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
font-weight: normal;
1010
font-style: normal;
1111
}
12+
1213
.enjoyhint {
1314
position: fixed;
1415
width: 100%;
@@ -293,8 +294,6 @@
293294
left: 0;
294295
}
295296

296-
.enjoyhint_svg {
297-
}
298297
.enjoyhint_svg_wrapper {
299298
position: absolute;
300299
width: 100%;
@@ -321,6 +320,7 @@
321320

322321
.enjoy_hint_label {
323322
position: absolute;
323+
overflow: hidden;
324324
color: white;
325325
z-index: 107;
326326
font-size: 22px;

0 commit comments

Comments
 (0)