mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Merge pull request #14153 from catherinemds/xfa-link
Fix XFA links (bug 1735738)
This commit is contained in:
commit
2c0bbaf208
5 changed files with 38 additions and 2 deletions
|
@ -223,6 +223,9 @@
|
|||
.xfaLink {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.xfaCheckbox,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue