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 {