1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 23:28:06 +02:00

Merge pull request #6807 from timvandermeij/popup-annotation-hidden

Ensure that hidden popups do not use any space
This commit is contained in:
Jonas Jenwald 2015-12-28 22:58:41 +01:00
commit 85589483d6
2 changed files with 31 additions and 20 deletions

View file

@ -43,7 +43,12 @@
position: absolute;
}
.annotationLayer .popupAnnotation {
display: block !important;
}
.annotationLayer .popupWrapper {
display: block !important;
position: absolute;
width: 20em;
}
@ -57,7 +62,6 @@
border-radius: 2px;
padding: 0.6em;
margin-left: 5px;
display: block !important;
font: message-box;
word-wrap: break-word;
}