1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

XFA - Don't display print-only elements

- partial fix for https://bugzilla.mozilla.org/show_bug.cgi?id=1716980.
This commit is contained in:
Calixte Denizet 2021-06-20 15:38:58 +02:00
parent 223b60f4e8
commit d99a7c070f
3 changed files with 42 additions and 2 deletions

View file

@ -13,6 +13,10 @@
* limitations under the License.
*/
.xfaPrintOnly {
display: none;
}
.xfaLayer {
position: absolute;
top: 0;