Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/app/src/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,11 @@ function HomeDesign() {
"row-gap": "8px",
"flex-wrap": "wrap",
"min-height": "32px",
// Never let the shrinking home height (e.g. when the inspector panel
// opens) compress or clip this row — including a wrapped second row
// carrying `customize`. It stays fully rendered; the cards below
// scroll instead.
"flex-shrink": "0",
}}
>
<div style={{ display: "flex", "align-items": "center", gap: "8px", "min-width": "0" }}>
Expand Down
Loading