diff --git a/app/containers/MessageBox/index.js b/app/containers/MessageBox/index.js index 81a08c23a..813d7d64c 100644 --- a/app/containers/MessageBox/index.js +++ b/app/containers/MessageBox/index.js @@ -908,7 +908,7 @@ class MessageBox extends Component { return ( <> {commandsPreviewAndMentions} - + {replyPreview} 1) ? THUMBS_HEIGHT : 0; - const calculatedHeight = height - insets.top - insets.bottom - messageboxHeight - thumbsHeight - headerHeight; + const calculatedHeight = height - insets.top - insets.bottom - MESSAGEBOX_HEIGHT - thumbsHeight - headerHeight; if (item?.canUpload) { if (type?.match(/video/)) { return ( -