Prevent text selection divs from overflowing page boundries

This commit is contained in:
Snuffleupagus 2013-02-07 12:13:25 +01:00
parent ef1be8ee33
commit c2e2afdd59

View File

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