From ef01e46ba4bd2b901299770bb8fc3661dc821035 Mon Sep 17 00:00:00 2001 From: Mikunj Date: Thu, 28 May 2020 09:38:45 +1000 Subject: [PATCH] Fix bottom bar layout --- stylesheets/_session_left_pane.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stylesheets/_session_left_pane.scss b/stylesheets/_session_left_pane.scss index 4887b3402..8c0c4a48c 100644 --- a/stylesheets/_session_left_pane.scss +++ b/stylesheets/_session_left_pane.scss @@ -406,8 +406,6 @@ $session-compose-margin: 20px; @mixin bottom-buttons() { display: flex; flex-direction: row; - position: absolute; - bottom: 2px; width: 100%; @at-root .light-theme #{&} { @@ -474,6 +472,7 @@ $session-compose-margin: 20px; display: flex; flex-direction: column; overflow: hidden; + flex: 1; .module-conversation-list-item { background-color: $session-shade-4;