Ryan Malloy 70efde8aa6 Fix chat panel scroll: replace scrollIntoView with container.scrollTo
scrollIntoView walks up the DOM and scrolls every ancestor, including
the panel with overflow:hidden — this pushed the header and messages
area off-screen after long LLM responses. Using container.scrollTo
limits scrolling to only the messages div.
2026-02-23 14:56:41 -07:00
..