fix(design-v2): side rail footer pushed to bottom
CI / test (push) Has been cancelled

Tabs container had v1's flex:1, eating the vertical space and pinning
the footer right under the nav items. Resetting __tabs flex to 0 so
margin-top: auto on __foot can push it to the rail's bottom edge.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-15 15:41:52 -04:00
parent 29cd5a4775
commit d7889be25a
9 changed files with 10 additions and 9 deletions
+1
View File
@@ -63,6 +63,7 @@
}
&__tabs {
flex: 0 0 auto !important; // override v1's flex:1 so __foot can push to bottom
flex-direction: column;
gap: 4px;
align-items: stretch;