mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
[Editor] Add a z-index in order to draw them in the right order
The elements in the annotationEditor layer are rearranged to make them more accessible, but we must draw them in the order they have been created, hence this patch adds a z-index to the editors.
This commit is contained in:
parent
f18a27bee9
commit
a7a5e98b7e
2 changed files with 8 additions and 6 deletions
|
@ -123,10 +123,6 @@
|
|||
cursor: auto;
|
||||
}
|
||||
|
||||
.annotationEditorLayer .background {
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.annotationEditorLayer .inkEditor:focus {
|
||||
outline: var(--focus-outline);
|
||||
resize: both;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue