From c2e2afdd591ef343c9d40b53cc68f95ad9991762 Mon Sep 17 00:00:00 2001 From: Snuffleupagus Date: Thu, 7 Feb 2013 12:13:25 +0100 Subject: [PATCH] Prevent text selection divs from overflowing page boundries --- web/viewer.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/viewer.css b/web/viewer.css index 0a034e2a7..d0483a57a 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -1165,6 +1165,7 @@ canvas { bottom: 0; color: #000; font-family: sans-serif; + overflow: hidden; } .textLayer > div {