diff --git a/x-pack/plugins/kubernetes_security/public/components/tree_view_container/dynamic_tree_view/styles.ts b/x-pack/plugins/kubernetes_security/public/components/tree_view_container/dynamic_tree_view/styles.ts index 55e82f6bc555d..fc2a9c2a42bea 100644 --- a/x-pack/plugins/kubernetes_security/public/components/tree_view_container/dynamic_tree_view/styles.ts +++ b/x-pack/plugins/kubernetes_security/public/components/tree_view_container/dynamic_tree_view/styles.ts @@ -54,6 +54,10 @@ export const useStyles = (depth: number) => { marginLeft: '0 !important', fontSize: 'inherit', }, + // Override default EUI max-height - `DynamicTreeView` has its own scrolling container + '.euiTreeView__node': { + maxBlockSize: 'none', + }, }; return {