diff --git a/src/components/FileExplorer/ListView.tsx b/src/components/FileExplorer/ListView.tsx index 758cc58..b53fcde 100644 --- a/src/components/FileExplorer/ListView.tsx +++ b/src/components/FileExplorer/ListView.tsx @@ -58,7 +58,7 @@ export function ListView({ width, height, nodeRendererContext }: ListViewProps) itemCount={visibleNodes.nodes.length} itemSize={compactFileTree ? 24 : 37} height={height} - width={width} + width={'100%'} > {VirtualNode}