Skip to content

feat(ai): add custom scrollbar to block-chat#1059

Merged
jbecke merged 2 commits intomainfrom
codex/add-custom-scrollbar-to-block-chat
Jan 18, 2026
Merged

feat(ai): add custom scrollbar to block-chat#1059
jbecke merged 2 commits intomainfrom
codex/add-custom-scrollbar-to-block-chat

Conversation

@jbecke
Copy link
Copy Markdown
Contributor

@jbecke jbecke commented Jan 18, 2026

Motivation

  • Provide a consistent custom scrollbar for the block-chat message area and hide the native scrollbar to match existing UI patterns.

Description

  • Import CustomScrollbar from @core/component/CustomScrollbar and add a scrollRef signal via createSignal to hold the scroll container element.
  • Add ref={setScrollRef} and scrollbar-hidden to the chat scroll container and make the container relative to host the overlay scrollbar.
  • Render <CustomScrollbar scrollContainer={scrollRef} /> next to the chat container to wire the custom scrollbar to the chat messages.

Testing

  • No automated tests were run for this change.

Codex Task

@jbecke jbecke requested a review from a team as a code owner January 18, 2026 01:02
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 18, 2026

@claude
Copy link
Copy Markdown
Contributor

claude bot commented Jan 18, 2026

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

@jbecke jbecke changed the title Add custom scrollbar to block-chat feat(ai): add custom scrollbar to block-chat Jan 18, 2026
@jbecke jbecke requested a review from ehayes2000 January 18, 2026 01:34
@jbecke jbecke merged commit 2ed7668 into main Jan 18, 2026
22 checks passed
@jbecke jbecke deleted the codex/add-custom-scrollbar-to-block-chat branch January 18, 2026 02:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants