diff --git a/assets/stylesheets/modules/summarization/desktop/ai-summary.scss b/assets/stylesheets/modules/summarization/desktop/ai-summary.scss index 3ae9e084..30b20e2f 100644 --- a/assets/stylesheets/modules/summarization/desktop/ai-summary.scss +++ b/assets/stylesheets/modules/summarization/desktop/ai-summary.scss @@ -7,7 +7,9 @@ right: 1rem !important; width: 470px; max-width: 470px !important; //overruling JS - max-height: calc(100vh - var(--header-offset) - 3rem); + max-height: calc( + 100vh - var(--header-offset) - 3rem - var(--composer-height, 0px) + ); .ai-summary__header, .ai-summary-box {