Bugfix: compose window kept resizing

This commit is contained in:
djmaze 2020-09-19 13:31:59 +02:00
parent 5ef3006f4f
commit a104287aa5
2 changed files with 170 additions and 169 deletions

View file

@ -5,16 +5,19 @@
width: 98%;
max-width: 1000px;
margin: 10px auto;
/* height: calc(100% - 52px);*/
min-height: calc(100% - 52px);
.modal-body {
/* height: calc(100% - 60px);*/
padding: 0;
}
}
.textAreaParent, .attachmentAreaParent {
position: relative;
box-sizing: border-box;
min-height: 200px;
position: relative;
}
.attachmentAreaParent {