Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/jquery.enjoyhint.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
font-weight: normal;
font-style: normal;
}

.enjoyhint {
position: fixed;
width: 100%;
Expand Down Expand Up @@ -293,8 +294,6 @@
left: 0;
}

.enjoyhint_svg {
}
.enjoyhint_svg_wrapper {
position: absolute;
width: 100%;
Expand All @@ -321,6 +320,7 @@

.enjoy_hint_label {
position: absolute;
overflow: hidden;
color: white;
z-index: 107;
font-size: 22px;
Expand Down
Loading