diff --git a/src/components/tree_view/tree_view.scss b/src/components/tree_view/tree_view.scss index 2d505a4259..98df359866 100644 --- a/src/components/tree_view/tree_view.scss +++ b/src/components/tree_view/tree_view.scss @@ -24,7 +24,7 @@ } .ouiTreeView__node--expanded { - max-height: 100vh; + max-height: none; } .ouiTreeView__nodeInner {