We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51e2753 + 75af308 commit 7dea4a6Copy full SHA for 7dea4a6
web/viewer.css
@@ -1042,7 +1042,7 @@ canvas {
1042
height: 1056px;
1043
margin: 10px auto;
1044
position: relative;
1045
- overflow: hidden;
+ overflow: visible;
1046
-webkit-box-shadow: 0px 4px 10px #000;
1047
-moz-box-shadow: 0px 4px 10px #000;
1048
box-shadow: 0px 4px 10px #000;
@@ -1196,6 +1196,7 @@ canvas {
1196
::-moz-selection { background:rgba(0,0,255,0.3); }
1197
1198
.annotComment > div {
1199
+ z-index: 200;
1200
position: absolute;
1201
}
1202
0 commit comments