Merge pull request #15468 from calixteman/1791515

[Editor] Make sure to have the annotation editor layer on top of the annotation one (bug 1791515)
This commit is contained in:
calixteman 2022-09-20 14:17:56 +02:00 committed by GitHub
commit cd7ce6a295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -53,6 +53,7 @@
font-size: calc(100px * var(--scale-factor));
transform-origin: 0 0;
cursor: auto;
z-index: 20000;
}
.annotationEditorLayer.freeTextEditing {

View File

@ -449,7 +449,7 @@ body {
.editorParamsToolbar {
top: 32px;
position: absolute;
z-index: 10000;
z-index: 30000;
height: auto;
padding: 0 4px;
margin: 4px 2px;
@ -523,7 +523,6 @@ body {
padding: 6px 0 10px;
inset-inline-end: 4px;
height: auto;
z-index: 30000;
background-color: var(--doorhanger-bg-color);
}