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 #18425 from calixteman/bug1879104

[Editor] Make editor toolbars usable whatever their z-index (bug 1879104)
This commit is contained in:
calixteman 2024-07-11 19:03:03 +02:00 committed by GitHub
commit df5bc544df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 113 additions and 26 deletions

View file

@ -112,6 +112,10 @@
font-size: calc(100px * var(--scale-factor));
transform-origin: 0 0;
cursor: auto;
.selectedEditor {
z-index: 100000 !important;
}
}
.annotationEditorLayer.waiting {