1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Merge pull request #13609 from Snuffleupagus/xfaLayer-text-align

Correctly align the `xfaLayer` content with horizontal scrolling/spread modes
This commit is contained in:
Jonas Jenwald 2021-06-22 14:54:21 +02:00 committed by GitHub
commit 6163cd015b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@
.xfaLayer {
position: absolute;
text-align: initial;
top: 0;
left: 0;
z-index: 200;