Open WebUI Patches Chat Scroll Regression in v0.9.4
Open WebUI has released v0.9.4, fixing a bug where opening a saved chat conversation would not reliably scroll to the most recent message, instead stopping short due to a CSS rendering quirk.
Open WebUI has released v0.9.4, fixing a bug where opening a saved chat conversation would not reliably scroll to the most recent message, instead stopping short due to a CSS rendering quirk.
Open WebUI shipped version 0.9.4 on May 9, 2026, addressing a regression in chat scroll behavior. When a user opens a saved conversation, the interface now correctly scrolls to the bottom of the message history instead of stopping partway through.
The bug was traced to the CSS property content-visibility: auto applied to chat elements. That property causes the browser to estimate element sizes before fully rendering them, which in turn caused the initial scroll-to-bottom logic to land on an incorrect position rather than the true end of the message list.
The fix arrives just hours after v0.9.3 added a Voice Mode mute toggle with an 'M' keyboard shortcut, indicating the project is in active patch cadence following a feature release.