Skip to content

Commit 500fb90

Browse files
committed
Move graph minimap to top left
1 parent 44db929 commit 500fb90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/graph/RelationsGraph.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export function RelationsGraph(props: { base: string; referencedBy: string[]; re
8686
>
8787
<Background color="hsl(var(--rfs-border))" variant={BackgroundVariant.Lines} />
8888
<Controls />
89-
<MiniMap zoomable pannable />
89+
<MiniMap zoomable pannable position={"top-left"} />
9090
</ReactFlow>
9191
)
9292
}

0 commit comments

Comments
 (0)