1
1
mirror of https://github.com/openziti/zrok.git synced 2025-03-01 00:22:00 +01:00

set minimap position ()

This commit is contained in:
Michael Quigley 2025-01-24 11:03:35 -05:00
parent 143c4b88ab
commit 62e78eb3bc
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -86,6 +86,7 @@ const Visualizer = () => {
nodeColor={nodeColor}
maskColor="rgb(36, 23, 117, 0.5)"
pannable={true}
position="bottom-right"
/>
</ReactFlow>
);