fix endless expanding height on platyform setup

This commit is contained in:
master
2026-03-07 17:14:49 +02:00
parent 44c2b896e7
commit 5fac47f99f

View File

@@ -236,7 +236,7 @@ interface TopoLink extends d3.SimulationLinkDatum<TopoNode> {
border: 1px solid var(--color-border-primary);
border-radius: var(--radius-lg);
background: var(--color-surface-primary);
min-height: 480px;
height: 480px;
overflow: hidden;
}