Merge pull request #2293 from saebekassebil/annot
Fix annotation clipping
This commit is contained in:
commit
7dea4a6faf
1 changed files with 2 additions and 1 deletions
|
@ -1042,7 +1042,7 @@ canvas {
|
||||||
height: 1056px;
|
height: 1056px;
|
||||||
margin: 10px auto;
|
margin: 10px auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: visible;
|
||||||
-webkit-box-shadow: 0px 4px 10px #000;
|
-webkit-box-shadow: 0px 4px 10px #000;
|
||||||
-moz-box-shadow: 0px 4px 10px #000;
|
-moz-box-shadow: 0px 4px 10px #000;
|
||||||
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); }
|
::-moz-selection { background:rgba(0,0,255,0.3); }
|
||||||
|
|
||||||
.annotComment > div {
|
.annotComment > div {
|
||||||
|
z-index: 200;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue