1
0
Fork 0
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:
calixteman 2021-10-29 11:06:00 -07:00 committed by GitHub
commit 2c0bbaf208
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 38 additions and 2 deletions

View file

@ -223,6 +223,9 @@
.xfaLink {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.xfaCheckbox,