From 1d55cb2e01d7ab4edf2bcc2479028967c1080377 Mon Sep 17 00:00:00 2001 From: simurai Date: Fri, 16 Oct 2015 15:57:18 +0900 Subject: [PATCH] Expand tree-view to full or auto height So that the context menu can be activated. Issue #595 --- styles/tree-view.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/tree-view.less b/styles/tree-view.less index e1829fa3..e9b08a15 100644 --- a/styles/tree-view.less +++ b/styles/tree-view.less @@ -41,12 +41,16 @@ } .tree-view-scroller { + display: flex; + flex-direction: column; flex: 1; width: 100%; overflow: auto; } .tree-view { + flex-grow: 1; + flex-shrink: 0; min-width: -webkit-min-content; min-height: 100%; padding-left: @component-icon-padding;