diff --git a/app/javascript/styles/gabsocial/components.scss b/app/javascript/styles/gabsocial/components.scss index 2259f5e6..8434d8a0 100644 --- a/app/javascript/styles/gabsocial/components.scss +++ b/app/javascript/styles/gabsocial/components.scss @@ -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; + } } } }