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 Sep 23, 2024
1 parent 79f612d commit ccef885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions searchJumper.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -8616,6 +8616,7 @@
if (clientY > viewHeight - list.scrollHeight) clientY = viewHeight - list.scrollHeight;
if (clientY < 0) clientY = 0;
list.style.top = clientY + "px";
list.style.maxHeight = "100vh";
}
}

Expand Down

0 comments on commit ccef885

Please sign in to comment.