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

Ensure that hidden popups do not use any space

This commit is contained in:
Tim van der Meij 2015-12-27 15:07:18 +01:00
parent ad4354c0bd
commit ae329afc03
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;
}