From bea6787201f70ede73ec16c9ca4d1a8d8f307409 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 19 Mar 2020 11:39:00 +0000 Subject: [PATCH] Fix left left panel betterer Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- res/css/structures/_LeftPanel.scss | 1 - res/css/structures/_TagPanel.scss | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/res/css/structures/_LeftPanel.scss b/res/css/structures/_LeftPanel.scss index fdd671b78c..85fdfa092d 100644 --- a/res/css/structures/_LeftPanel.scss +++ b/res/css/structures/_LeftPanel.scss @@ -36,7 +36,6 @@ limitations under the License. .mx_LeftPanel_tagPanelContainer { flex: 0 0 70px; height: 100%; - display: -webkit-box; } .mx_LeftPanel_hideButton { diff --git a/res/css/structures/_TagPanel.scss b/res/css/structures/_TagPanel.scss index 03f5ce230c..472831c0d9 100644 --- a/res/css/structures/_TagPanel.scss +++ b/res/css/structures/_TagPanel.scss @@ -23,7 +23,7 @@ limitations under the License. flex-direction: column; align-items: center; justify-content: space-between; - height: 100%; + min-height: 0; } .mx_TagPanel_items_selected {