From c45fb53422f2657a8caa7cf8efff7c80b5a97338 Mon Sep 17 00:00:00 2001 From: simurai Date: Fri, 19 May 2017 16:46:43 +0900 Subject: [PATCH] Expand tree-view to full height --- styles/tree-view.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/tree-view.less b/styles/tree-view.less index ab5a0f6a..f27a8e10 100644 --- a/styles/tree-view.less +++ b/styles/tree-view.less @@ -8,6 +8,8 @@ contain: size; overflow: auto; z-index: 2; + display: flex; + flex-direction: column; -webkit-user-select: none; > ol { @@ -34,6 +36,8 @@ .list-tree { position: static; + flex-grow: 1; + flex-shrink: 0; } .entry {