Skip to content
This repository was archived by the owner on Aug 6, 2026. It is now read-only.

fix(home): make board view columns scroll vertically - #3543

Merged
trunk-io[bot] merged 1 commit into
mainfrom
posthog-code/fix-home-board-vertical-scroll
Jul 17, 2026
Merged

fix(home): make board view columns scroll vertically#3543
trunk-io[bot] merged 1 commit into
mainfrom
posthog-code/fix-home-board-vertical-scroll

Conversation

@adboio

@adboio adboio commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Problem

vertical scroll didn't work on home tab

Changes

fixed it

How did you test this?

manually

Automatic notifications

  • Publish to changelog?
  • Alert Sales and Marketing teams?

Created with PostHog Code

@trunk-io

trunk-io Bot commented Jul 17, 2026

Copy link
Copy Markdown

😎 Merged directly without going through the merge queue, as the queue was empty and the PR was up to date with the target branch - details.

@github-actions

github-actions Bot commented Jul 17, 2026

Copy link
Copy Markdown

React Doctor found no issues in the changed files. 🎉

Reviewed by React Doctor for commit 119e4e8.

The board view's ScrollArea components were missing height classes.

Radix Themes' ScrollArea.Root has no intrinsic height and must be given
an explicit sizing class to be bounded by its parent. Both ScrollAreas in
HomeBoardView were rendered without one, so their viewports grew to fit
content instead of clipping and scrolling. The surrounding flex/min-h-0/
flex-1 chain was threaded correctly right up to the parent div, but the
constraint never reached the ScrollArea itself.

Add `h-full min-h-0` to both the outer horizontal board scroller and the
inner per-column vertical scroller, matching the pattern used by every
other ScrollArea call site in the codebase (e.g. ChannelContextPanel,
McpInstalledRail).

Generated-By: PostHog Code
Task-Id: c330bfa5-573d-4fcb-8a98-85258adb57da
@adboio
adboio force-pushed the posthog-code/fix-home-board-vertical-scroll branch from 5d87575 to 119e4e8 Compare July 17, 2026 14:03

adboio commented Jul 17, 2026

Copy link
Copy Markdown
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@adboio
adboio marked this pull request as ready for review July 17, 2026 14:03
@adboio adboio added the Stamphog This will request an autostamp by stamphog on small changes label Jul 17, 2026 — with Graphite App

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This review was skipped because it would exceed your organization's monthly flex usage limit. Raise the limit in billing settings or wait until the next billing period resets limits.

@adboio
adboio requested a review from a team July 17, 2026 14:03

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trivial CSS/layout fix — replaces a ScrollArea wrapper with native overflow-x-auto and adds h-full to the inner ScrollArea. No logic, data, or API changes.

adboio commented Jul 17, 2026

Copy link
Copy Markdown
Contributor Author

Merge activity

  • Jul 17, 2:30 PM UTC: Graphite couldn't merge this PR because it failed for an unknown reason (GitHub is reporting that this PR is not mergeable, despite passing required status checks defined by your branch protection rules. Please check your rulesets for additional blocking criteria. Graphite Merge Queue does not currently support rulesets. Please contact Graphite support for further assistance.).

@trunk-io
trunk-io Bot merged commit 34bb259 into main Jul 17, 2026
42 checks passed
@trunk-io
trunk-io Bot deleted the posthog-code/fix-home-board-vertical-scroll branch July 17, 2026 14:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Stamphog This will request an autostamp by stamphog on small changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant