Is it possible to set the tree container to use “max-height” instead of “height”? Currently this will set max-height on the container correctly, however the height of the tree itself will not respect the max-height prorperty (the tree extends outside the container):
I’m trying to avoid adjusting the height every time a node is expanded/collapsed.
Thanks,
- David