Move legend to lower right cornner

This commit is contained in:
yangdx
2025-04-05 15:25:57 +08:00
parent be87f27612
commit f200b6e161

View File

@@ -210,7 +210,7 @@ const GraphViewer = () => {
)}
{showLegend && (
<div className="absolute bottom-10 left-15">
<div className="absolute bottom-10 right-2">
<Legend className="bg-background/60 backdrop-blur-lg" />
</div>
)}