You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add two TODO entries documenting downstream layout bugs and recommended fixes: (1) .sp-hstack needs an align option (e.g. align: 'stretch' | 'center', default 'center') exposed via getStackClasses to map to align-items so children can stretch to row height (avoid downstream one-off CSS). (2) .sp-sidebar-toggle lacks an explicit z-index and is covered by the backdrop when open; recommend setting its z-index above the backdrop token in src/styles/components.css and adding a regression test for open-then-close via the toggle. Also reminds to add focused contract/regression tests for downstream integration issues.
0 commit comments