Skip to content

Commit

Permalink
set minimap position (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelquigley committed Jan 24, 2025
1 parent 143c4b8 commit 62e78eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui100/src/Visualizer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ const Visualizer = () => {
nodeColor={nodeColor}
maskColor="rgb(36, 23, 117, 0.5)"
pannable={true}
position="bottom-right"
/>
</ReactFlow>
);
Expand Down

0 comments on commit 62e78eb

Please sign in to comment.