Restrict compose modal textarea size, #67
This commit is contained in:
parent
8c837a0c36
commit
e48e14f6ea
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue