mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 03:29:20 +03:00
Bugfix: compose window kept resizing
This commit is contained in:
parent
5ef3006f4f
commit
a104287aa5
2 changed files with 170 additions and 169 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue