From 75af308b385f4e35f779bc52dac1cf2a59a187fc Mon Sep 17 00:00:00 2001 From: Saebekassebil Date: Mon, 22 Oct 2012 18:00:37 +0200 Subject: [PATCH] Fix annotation clipping --- web/viewer.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/viewer.css b/web/viewer.css index c2c02b912..994b067b4 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -1042,7 +1042,7 @@ canvas { height: 1056px; margin: 10px auto; position: relative; - overflow: hidden; + overflow: visible; -webkit-box-shadow: 0px 4px 10px #000; -moz-box-shadow: 0px 4px 10px #000; box-shadow: 0px 4px 10px #000; @@ -1196,6 +1196,7 @@ canvas { ::-moz-selection { background:rgba(0,0,255,0.3); } .annotComment > div { + z-index: 200; position: absolute; }