fix: clear demo outcome panels below receipt

This commit is contained in:
lda
2026-07-09 03:30:43 +07:00 Verified
parent 15c909e5cd
commit 7c7e1694e7
2 changed files with 21 additions and 0 deletions
@@ -667,6 +667,19 @@
}
}
/* The operation receipt is absolute at the top of graph beats. Outcome panels
need the same top clearance or their headings clip under the receipt row. */
.demo-workflow-stage:has(.demo-outcome-panel) .demo-outcome-panel {
margin-top: 3.15rem;
min-height: 0;
}
.demo-workflow-stage[data-demo-layout="approval"] .demo-outcome-panel,
.demo-workflow-stage[data-demo-layout="evidence"] .demo-outcome-panel {
align-self: stretch;
overflow: hidden;
}
.demo-workflow-stage:has(.demo-outcome-panel) {
grid-template-columns: minmax(0, 1fr) minmax(15rem, 23%);
gap: 0.85rem;