Skip to content

Commit

Permalink
Update searchJumper.user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hoothin committed Aug 19, 2024
1 parent c99d32b commit 51fd378
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion searchJumper.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -1799,6 +1799,7 @@
padding: 20px 0;
box-sizing: border-box;
display: none;
z-index: 1;
}
#search-jumper.search-jumper-showall>#search-jumper-alllist.new-mode+.groupTab {
display: block;
Expand Down Expand Up @@ -8589,7 +8590,7 @@
target.style.bottom = "";
}
target.style.top = (close ? eh : eh + 20) + "px";
} else if (clientY > viewHeight - eh) {
} else if (clientY > viewHeight - eh - 10) {
clientX -= target.clientWidth / 2;
if (clientX < 5) {
target.style.left = "5px";
Expand Down

0 comments on commit 51fd378

Please sign in to comment.