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:
commit
df5bc544df
3 changed files with 113 additions and 26 deletions
|
@ -112,6 +112,10 @@
|
|||
font-size: calc(100px * var(--scale-factor));
|
||||
transform-origin: 0 0;
|
||||
cursor: auto;
|
||||
|
||||
.selectedEditor {
|
||||
z-index: 100000 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.annotationEditorLayer.waiting {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue