Skip to content

Commit

Permalink
Merge pull request mozilla#2690 from Snuffleupagus/bug-837462
Browse files Browse the repository at this point in the history
Prevent text selection divs from overflowing page boundries
  • Loading branch information
mduan committed Feb 11, 2013
2 parents 4317bc2 + c2e2afd commit c40c594
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -1165,6 +1165,7 @@ canvas {
bottom: 0;
color: #000;
font-family: sans-serif;
overflow: hidden;
}

.textLayer > div {
Expand Down

0 comments on commit c40c594

Please sign in to comment.