mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Popup trigger area must filled its parent (fix #15063)
This commit is contained in:
parent
45de73bd00
commit
2ff65dd514
2 changed files with 6 additions and 2 deletions
|
@ -205,6 +205,11 @@
|
|||
appearance: none;
|
||||
}
|
||||
|
||||
.annotationLayer .popupTriggerArea {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.annotationLayer .popupWrapper {
|
||||
position: absolute;
|
||||
font-size: calc(9px * var(--scale-factor));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue