Skip to content

Commit 7dea4a6

Browse files
committed
Merge pull request mozilla#2293 from saebekassebil/annot
Fix annotation clipping
2 parents 51e2753 + 75af308 commit 7dea4a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/viewer.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ canvas {
10421042
height: 1056px;
10431043
margin: 10px auto;
10441044
position: relative;
1045-
overflow: hidden;
1045+
overflow: visible;
10461046
-webkit-box-shadow: 0px 4px 10px #000;
10471047
-moz-box-shadow: 0px 4px 10px #000;
10481048
box-shadow: 0px 4px 10px #000;
@@ -1196,6 +1196,7 @@ canvas {
11961196
::-moz-selection { background:rgba(0,0,255,0.3); }
11971197

11981198
.annotComment > div {
1199+
z-index: 200;
11991200
position: absolute;
12001201
}
12011202

0 commit comments

Comments
 (0)