This commit is contained in:
Raphaël MANSUY 2025-12-04 19:18:40 +08:00
parent 1ab6210695
commit 2321ef6e37

View file

@ -226,13 +226,13 @@ const GraphViewer = () => {
</div> </div>
{showPropertyPanel && ( {showPropertyPanel && (
<div className="absolute top-2 right-2"> <div className="absolute top-2 right-2 z-10">
<PropertiesView /> <PropertiesView />
</div> </div>
)} )}
{showLegend && ( {showLegend && (
<div className="absolute bottom-10 right-2"> <div className="absolute bottom-10 right-2 z-0">
<Legend className="bg-background/60 backdrop-blur-lg" /> <Legend className="bg-background/60 backdrop-blur-lg" />
</div> </div>
)} )}