1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

[Editor] Avoid to have some part of an editor outside its page (bug 1843303)

This commit is contained in:
Calixte Denizet 2023-07-13 18:31:08 +02:00
parent 717c766a42
commit a8867cf68a
7 changed files with 105 additions and 5 deletions

View file

@ -88,6 +88,8 @@
z-index: 1;
transform-origin: 0 0;
cursor: auto;
max-width: 100%;
max-height: 100%;
}
.annotationEditorLayer :is(.inkEditor, .stampEditor) {