v2.3.1 - Scrollbar gutter fix
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.