diff --git a/services/web/frontend/stylesheets/app/editor/file-tree.less b/services/web/frontend/stylesheets/app/editor/file-tree.less index d8ab37fd30..b40dcf8a4a 100644 --- a/services/web/frontend/stylesheets/app/editor/file-tree.less +++ b/services/web/frontend/stylesheets/app/editor/file-tree.less @@ -17,8 +17,7 @@ .file-tree { display: flex !important; // To work around jQuery layout's inline styles flex-direction: column; - flex-grow: 1; - max-height: 100%; + height: 100%; .toolbar.toolbar-filetree { .toolbar-small-mixin;