Extend the use of ResizeObserver by dropping all knockoutjs observable this.resizerTrigger in mail composer

As benefit this also drops the CustomEvent('resize.real')
This commit is contained in:
djmaze 2020-08-19 11:30:31 +02:00
parent 35c9f3fff5
commit d1c06a8ece
10 changed files with 48 additions and 117 deletions

View file

@ -2,9 +2,10 @@
.b-compose {
&.modal {
width: 850px;
width: 98%;
max-width: 1000px;
margin: 10px auto;
/* height: 94vh;*/
.modal-body {
overflow: auto;
@ -15,6 +16,9 @@
.textAreaParent, .attachmentAreaParent {
overflow: hidden;
position: relative;
height: 200px;
min-height: 200px;
}
.attachmentAreaParent {