Restrict compose modal textarea size, #67

This commit is contained in:
Alex Gleason 2019-08-01 12:35:53 -04:00
parent 8c837a0c36
commit e48e14f6ea
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 4 additions and 0 deletions

View File

@ -4903,6 +4903,10 @@ noscript {
max-height: 100%;
display: flex;
flex-direction: column;
.compose-form__autosuggest-wrapper .autosuggest-textarea__textarea {
max-height: calc(100vh - 263px) !important;
}
}
}
}