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:
commit
85589483d6
2 changed files with 31 additions and 20 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue