1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Add "cursor: text;" to textLayer div CSS.

Fixes problem caused by e4e4b1ab4e.
This commit is contained in:
waddlesplash 2013-02-26 14:18:11 -05:00
parent 8aca4c992b
commit b5dadab5c7

View file

@ -1189,6 +1189,7 @@ canvas {
position: absolute;
line-height:1;
white-space:pre;
cursor: text;
}
.textLayer .highlight {