Skip to content

Fix text not being highlight-able in exam papers and documents

Yuto Takano requested to merge yutotakano/fix-pdfjs-text-highlight into master

The PDF text elements already existed in the DOM but were broken. Specifically, they were not absolutely positioned.

This MR fixes that issue, and also fixes a slight offset between the rendered text and the DOM text elements that occurs due to browser styles.

Merge request reports