fix: keep decision drill-down affordance visible

This commit is contained in:
lda
2026-07-13 08:47:17 +07:00 Verified
parent 519780e28b
commit 58bbcb1fa8
@@ -328,6 +328,12 @@
z-index: 2; z-index: 2;
} }
.figure-node[data-figure-shape="diamond"] .figure-node__expand-affordance {
top: 16px;
right: 36px;
font-size: 18px;
}
.figure-node[data-figure-shape="terminal"] { .figure-node[data-figure-shape="terminal"] {
border-radius: 2rem; border-radius: 2rem;
} }