stop tree nodes from expanding to full height, causing overlap (#1861)

This commit is contained in:
Ashley Stanton-Nurse
2024-06-06 09:33:25 -07:00
committed by GitHub
parent b5d4509d49
commit 416743c548
3 changed files with 1 additions and 99 deletions

View File

@@ -150,7 +150,6 @@ export const TreeNodeComponent: React.FC<TreeNodeComponentProps> = ({
data-test={`TreeNodeContainer:${treeNodeId}`}
value={treeNodeId}
itemType={isBranch ? "branch" : "leaf"}
style={{ height: "100%" }}
onOpenChange={onOpenChange}
>
<TreeItemLayout