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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user