mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 09:20:06 +02:00
[Editor] Make sure to have the annotation editor layer on top of the annotation one (bug 1791515)
Some z-index have been added in the annotation layer because the elements inside are re-ordered in order to improve accessibility. Hence we must add a "high" z-index on the annotation editor layer in order to avoid any bad interaction between the different layers.
This commit is contained in:
parent
e5fc7cf4bd
commit
3b536f2701
2 changed files with 2 additions and 2 deletions
|
@ -53,6 +53,7 @@
|
|||
font-size: calc(100px * var(--scale-factor));
|
||||
transform-origin: 0 0;
|
||||
cursor: auto;
|
||||
z-index: 20000;
|
||||
}
|
||||
|
||||
.annotationEditorLayer.freeTextEditing {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue