fix endless expanding height on platyform setup
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user