Skip to content

Commit

Permalink
Don't cover find result with find popup
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtcode committed Oct 13, 2023
1 parent 159a1d5 commit 3f3ba8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pdf_find_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const FindState = {
};

const FIND_TIMEOUT = 250; // ms
const MATCH_SCROLL_OFFSET_TOP = -50; // px
const MATCH_SCROLL_OFFSET_TOP = -120; // px
const MATCH_SCROLL_OFFSET_LEFT = -400; // px

const CHARACTERS_TO_NORMALIZE = {
Expand Down

0 comments on commit 3f3ba8f

Please sign in to comment.