-
Notifications
You must be signed in to change notification settings - Fork 38
Description
This manifests as two problems, but I suspect the cause could be the same.
-
When you open a node using the down-arrow icon, the node opens, but the tree component does not resize. If you click on the node itself, after opening in the node, the tree will then resize. Interestingly, this doesn't happen on the demo site. I've tried it in a blank streamlit app (where it is the only component) and the problem is repeatable.
-
There doesn't seem to be any way to size the tree to fit in a streamlit container or column. The component ends up sitting at its starting size until it is opened up, and a node clicked (see above issue). The result is pretty ugly, with scroll-bars showing up in the middle of the app:
If this is just a config thing, then it would great to see some documentation on how to do it.