Commit 13af30a
committed
fix(configurator): keep always-open generator from overlapping; update shell title
The redesigned ScaleGenerator is always-open (tall) instead of collapsed, so
as a flex child of the panel's scroll container it was compressed below its
content — the grid overflowed and overlapped the Apply button and the next
card, making the button unclickable in chromium (generator + undo-redo e2e
timeouts). Pin the section with flex-shrink: 0 and raise the inputs column
above the ramp so the controls are always hit-testable.
Also update shell.spec.js to assert the renamed "Core brand colors" card
(was "Brand & status colors" before the Colors accordion split).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Fg7U9rTiqBgbsPuz9kdWea1 parent 7836b86 commit 13af30a
2 files changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
302 | 306 | | |
303 | 307 | | |
304 | 308 | | |
| |||
332 | 336 | | |
333 | 337 | | |
334 | 338 | | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
335 | 343 | | |
336 | 344 | | |
337 | 345 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments