From e99d92dc6643b69334169bf674a994ce756a12a3 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Thu, 29 Aug 2024 10:44:32 -0400 Subject: [PATCH] MM-60241 Ensure RHS post list always fills available space (#28087) Automatic Merge --- .../components/threading/thread_viewer/thread_viewer.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/webapp/channels/src/components/threading/thread_viewer/thread_viewer.scss b/webapp/channels/src/components/threading/thread_viewer/thread_viewer.scss index a709bd136f..a1c0be465b 100644 --- a/webapp/channels/src/components/threading/thread_viewer/thread_viewer.scss +++ b/webapp/channels/src/components/threading/thread_viewer/thread_viewer.scss @@ -9,9 +9,16 @@ } .post-list__dynamic--RHS { + display: flex; + height: 100%; + flex-direction: column; padding-bottom: 8px; scrollbar-color: var(--center-channel-color-32) #fff0; scrollbar-width: thin; + + & > div[role="list"]:nth-child(1) { + margin-top: auto; + } } > div {