mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
[Editor] Disable pointer events in the parent layer while an editor is resized
This commit is contained in:
parent
f78a5ff79e
commit
4f6fa35a28
3 changed files with 12 additions and 2 deletions
|
@ -121,6 +121,10 @@
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.annotationEditorLayer.disabled {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.annotationEditorLayer.freetextEditing {
|
||||
cursor: var(--editorFreeText-editing-cursor);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue