Split the fill seam where ownership splits: the shell bounds, the page fills
CI / full-gate (push) Successful in 3m1s

This commit is contained in:
2026-09-09 14:11:10 +02:00
parent 11ba843ab1
commit 4ae9326741
10 changed files with 95 additions and 25 deletions
@@ -4,3 +4,12 @@
.scheduling-page .table-wrap {
margin-top: var(--space-3, 0.75rem);
}
/* The chain the shell cannot supply: `fill` bounds the content column, and every wrapper between it
and the table's own `.scroll-region` has to pass that height down. */
.app-fill .scheduling-page {
display: flex;
flex-direction: column;
flex: 1 1 auto;
min-height: 0;
}