fix(explore): bound 3-pane grid row so a tall rail can't scroll the page #135
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Explore panes grid had an
autorow, so a tall rail (Provenance + Tags + long Suggestions) grew past the fixed-height workspace and scrolled the whole page — the empty gap at the top.grid-template-rows: minmax(0, 1fr)bounds the row so panes scroll internally; reset tononein the stacked (<=1100px) layout.d63dfa5, green on dev (run 1540).🤖 Generated with Claude Code