From a544647d9e0c995375be7c2a65c2c34e5cdbcecb Mon Sep 17 00:00:00 2001 From: Ramona Beinstingel <75392103+rabeatwork@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:04:02 +0200 Subject: [PATCH] Update src/main/webapp/app/overview/course-conversations/layout/conversation-messages/conversation-messages.component.scss MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Johannes Stöhr <38322605+JohannesStoehr@users.noreply.github.com> --- .../conversation-messages/conversation-messages.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/app/overview/course-conversations/layout/conversation-messages/conversation-messages.component.scss b/src/main/webapp/app/overview/course-conversations/layout/conversation-messages/conversation-messages.component.scss index c9aa49dd9a17..427545300ac4 100644 --- a/src/main/webapp/app/overview/course-conversations/layout/conversation-messages/conversation-messages.component.scss +++ b/src/main/webapp/app/overview/course-conversations/layout/conversation-messages/conversation-messages.component.scss @@ -42,6 +42,7 @@ .posting-infinite-scroll-container { max-height: calc(75vh - var(--message-input-height-prod) - var(--search-height) - var(--channel-header-height)); overflow-y: auto; + &.content-height-dev { max-height: calc(75vh - var(--message-input-height-dev) - var(--search-height) - var(--channel-header-height)); }