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

@@ -166,7 +166,7 @@ export const ResourceTree: React.FC<ResourceTreeProps> = ({ container }: Resourc
return (
<>
<FluentProvider theme={lightTheme} style={{ overflow: "hidden" }}>
<FluentProvider theme={lightTheme} style={{ overflow: "auto" }}>
<Tree
aria-label="CosmosDB resources"
openItems={openItems}