We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d643e commit a8627cfCopy full SHA for a8627cf
1 file changed
src/TechTreeViewer.tsx
@@ -425,7 +425,7 @@ export function TechTreeViewer(props: TechTreeViewerProps) {
425
initialSplit={66}
426
className="flex-1 w-full overflow-hidden"
427
>
428
- <div className="bg-gray-50 w-full h-full">
+ <div className="bg-gray-50 w-full h-full overflow-auto">
429
{!rootNodeId && (
430
<NodePicker
431
editing={editing}
0 commit comments