Skip to content

Commit

Permalink
fix: position text layer wrapper absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpedemonte committed Jul 24, 2024
1 parent 35a3f7b commit 5f03379
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ $hightlight-active-z-index: 200;
// Prevent bottom whitespace from displaying
line-height: 0;

.textLayerWrapper {
position: absolute;
top: 0;
left: 0;
}

@include pdfjsTextLayer;
}

Expand Down

0 comments on commit 5f03379

Please sign in to comment.