Skip to content

Commit

Permalink
[EuiTreeView][PR feedback] Fix visual bug with lots of nested children
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Feb 19, 2024
1 parent 7f3a503 commit 740a1fb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 740a1fb

Please sign in to comment.