Skip to content

fix(detail): restore vertical scroll on focused ticket page#51

Merged
FelipeCarillo merged 2 commits into
mainfrom
claude/ticket-screen-scroll-bug-opk0ou
Jun 16, 2026
Merged

fix(detail): restore vertical scroll on focused ticket page#51
FelipeCarillo merged 2 commits into
mainfrom
claude/ticket-screen-scroll-bug-opk0ou

Conversation

@FelipeCarillo

Copy link
Copy Markdown
Owner

The SSE swap wrapper (#detail-content) introduced in the live-spec-authoring
change sits between [data-detail-page] and .detail-grid, breaking the flex
height chain. As a plain block it had natural height, so .detail-grid never got
a bounded height and overflow-y:auto on .detail-main/.detail-rail never engaged
— long descriptions and activity logs were silently clipped with no scroll.

Make #detail-content a growing flex column so the grid reclaims the remaining
height and the columns scroll independently again.

claude added 2 commits June 16, 2026 13:42
The SSE swap wrapper (#detail-content) introduced in the live-spec-authoring
change sits between [data-detail-page] and .detail-grid, breaking the flex
height chain. As a plain block it had natural height, so .detail-grid never got
a bounded height and overflow-y:auto on .detail-main/.detail-rail never engaged
— long descriptions and activity logs were silently clipped with no scroll.

Make #detail-content a growing flex column so the grid reclaims the remaining
height and the columns scroll independently again.
@FelipeCarillo FelipeCarillo merged commit 88fc12c into main Jun 16, 2026
11 checks passed
@FelipeCarillo FelipeCarillo deleted the claude/ticket-screen-scroll-bug-opk0ou branch June 16, 2026 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants