fix(explore): bound 3-pane grid row so a tall rail can't scroll the page #135

Merged
bvandeusen merged 1 commits from dev into main 2026-06-26 23:37:43 -04:00
Owner

The Explore panes grid had an auto row, 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 to none in the stacked (<=1100px) layout.

d63dfa5, green on dev (run 1540).

🤖 Generated with Claude Code

The Explore panes grid had an `auto` row, 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 to `none` in the stacked (<=1100px) layout. `d63dfa5`, green on dev (run 1540). 🤖 Generated with [Claude Code](https://claude.com/claude-code)
bvandeusen added 1 commit 2026-06-26 23:37:32 -04:00
fix(explore): bound the 3-pane grid row so a tall rail can't scroll the page
CI / lint (push) Successful in 2s
CI / frontend-build (push) Successful in 17s
CI / backend-lint-and-test (push) Successful in 26s
CI / integration (push) Successful in 3m23s
d63dfa511a
The panes grid had no explicit row, so the implicit `auto` row sized to its
tallest pane's content. With Provenance + Tags + a long Suggestions list, the
rail outgrew the fixed-height workspace, spilled over and made the WHOLE page
scrollable — showing as a weird empty gap at the top (operator-flagged
2026-06-26). grid-template-rows: minmax(0, 1fr) bounds the row to the container
so each pane's own overflow-y:auto scrolls internally instead. Reset to `none`
in the stacked (<=1100px) layout where the page is meant to scroll.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
bvandeusen merged commit fb012c557c into main 2026-06-26 23:37:43 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bvandeusen/FabledCurator#135