Skip to content

Commit

Permalink
flippidippi#98 change hint position to fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Chenyu LU committed Sep 14, 2018
1 parent d28b814 commit 99f11d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sVim.safariextension/sVimHint.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ sVimHint.start = function(newTab) {
div.id = hintContainerId;

var spanStyle = {
"position" : "absolute",
"position" : "fixed",
"zIndex" : "214783647",
"margin": "0px"
};
Expand Down

0 comments on commit 99f11d7

Please sign in to comment.