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

Merge pull request #2690 from Snuffleupagus/bug-837462

Prevent text selection divs from overflowing page boundries
This commit is contained in:
Mack Duan 2013-02-11 10:20:06 -08:00
commit c40c594999

View file

@ -1165,6 +1165,7 @@ canvas {
bottom: 0;
color: #000;
font-family: sans-serif;
overflow: hidden;
}
.textLayer > div {