Skip to content

Commit cfec7de

Browse files
authored
Merge pull request #21 from harmoniqs/rchari/chrome-strip-no-clip
fix(amicode): chrome strip never compresses — customize no longer clipped
2 parents b1ee28f + 7267df9 commit cfec7de

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

‎packages/app/src/pages/home.tsx‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -749,6 +749,11 @@ function HomeDesign() {
749749
"row-gap": "8px",
750750
"flex-wrap": "wrap",
751751
"min-height": "32px",
752+
// Never let the shrinking home height (e.g. when the inspector panel
753+
// opens) compress or clip this row — including a wrapped second row
754+
// carrying `customize`. It stays fully rendered; the cards below
755+
// scroll instead.
756+
"flex-shrink": "0",
752757
}}
753758
>
754759
<div style={{ display: "flex", "align-items": "center", gap: "8px", "min-width": "0" }}>

0 commit comments

Comments
 (0)