Skip to content

v2.3.1 - Scrollbar gutter fix

Choose a tag to compare

@theyashgupta theyashgupta released this 20 Jul 23:27
· 497 commits to main since this release
v2.3.1
b01cef6

v2.3.0 thinned the scrollbars everywhere but only the board columns reserved space for the bar, so in some panels and modals a scrollbar could still sit on top of content. This release reserves that space on every scroll container in the app at once, so a bar can never overlap what it's scrolling, no matter which view you're in.

The fix is a single global rule: every scroll area now keeps a stable gutter for its scrollbar. The page itself and the board's horizontal strip opt out so neither shows an empty reserved edge. If you were still seeing a bar clip a card badge or a modal's text, updating clears it.

Full changelog: v2.3.0...v2.3.1

Requires Node ≥ 22.22, tmux, ttyd, git, and the Claude Code CLI. Setup is in the README.