Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.274 ·

TUI hit-testing now respects overflow:hidden/scroll clipping

Clicking in the terminal UI no longer registers hits on elements clipped outside their scrollable or hidden container

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaTerminal UIwhat it touches
KindBug Fixesin v2.1.274,
You'll notice

Clicking in the terminal UI no longer registers hits on elements clipped outside their scrollable or hidden container

What

In Claude Code's terminal interface, figuring out what you clicked on now respects overflow:hidden and overflow:scroll styling. If you click at a spot that falls outside a container's visible box on an axis where that container hides or scrolls its overflow, Claude Code no longer looks inside that container for something to match, even if a child element is technically positioned there.

Why

Before this, a click could accidentally register on a child element that was rendered outside the visible, clipped area of its parent (for example, scrolled out of view), causing clicks to land on the wrong thing. Now clicks only match what's actually visible.

See this entry in the whole of v2.1.274 →