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

Merge pull request #16173 from Snuffleupagus/inset

Introduce `inset` usage in the CSS files
This commit is contained in:
Jonas Jenwald 2023-03-22 12:57:57 +01:00 committed by GitHub
commit 915bdd6576
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 34 deletions

View file

@ -17,10 +17,7 @@
.textLayer {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
inset: 0;
line-height: 1;
opacity: 1;
}