Skip to content

Fix vertical scrollbar on history strip#184

Merged
bscholer merged 1 commit into
mainfrom
fix/history-strip-no-vertical-scroll
May 14, 2026
Merged

Fix vertical scrollbar on history strip#184
bscholer merged 1 commit into
mainfrom
fix/history-strip-no-vertical-scroll

Conversation

@bscholer

Copy link
Copy Markdown
Owner

Summary

  • overflow-x: auto implicitly enables overflow-y: auto per the CSS overflow spec, producing a spurious vertical scrollbar on the history rail
  • Added overflow-y: hidden to clamp it

Test plan

  • Open a project page and verify the history strip has no vertical scrollbar

overflow-x: auto implicitly enables overflow-y: auto per spec, producing
a spurious vertical scrollbar. Clamp it to hidden.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@bscholer
bscholer merged commit 8411ff3 into main May 14, 2026
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.

1 participant