What's wrong with this entry?
Anonymous. No account, no email.
What
Terminal UI components can now use overflowY: "scroll" to create scrollable content areas with sticky-scroll behavior.
Details
- New
scrolloverflow mode alongside existinghiddenandvisible stickyScrollattribute auto-scrolls to bottom as new content arrives- Tracks
scrollHeight,scrollViewportHeight, andscrollTopfor programmatic scroll control - Content outside the visible viewport is culled for rendering performance
Evidence
Scroll support (search for "stickyScroll", "scrollViewportHeight", overflowY)
Strings lifted out of the shipped bundle, so the claim above can be checked against them.