Merge branch 'staging' into develop

This commit is contained in:
Andrey Antukh 2022-09-14 09:16:00 +02:00
commit 4af851d4c6
15 changed files with 230 additions and 195 deletions

View file

@ -16,7 +16,7 @@
.text-editor {
.DraftEditor-root {
height: 100%;
height: auto;
display: flex;
flex-direction: column;
}

View file

@ -187,6 +187,20 @@
}
.viewport-container {
clip-path: inset(0 0 0 0);
grid-column: 1 / 1;
grid-row: 1 / 1;
.not-fixed {
position: absolute;
}
.fixed {
position: fixed;
pointer-events: none;
.frame-children g {
pointer-events: auto;
}
}
}