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;