agent-zero/webui/components/chat/input
Alessandro a0fc9367b7 fix: chat-input tremor during typing
Stabilization in adjustTextareaHeight() in input-store.js: after setting height from scrollHeight, we do one extra read and apply Math.max of the post-set scrollHeight and the value just assigned. This catches any layout shift triggered by the height assignment itself, so the box always lands at the correct height without oscillating.

Also removed field-sizing: content from #chat-input, which was conflicting with the JS-driven height and amplifying the jumps into visible trembling.
2026-03-16 14:20:48 +01:00
..
bottom-actions.html extension friendly bottom and quick actions CSS 2026-03-10 15:26:59 +01:00
chat-bar-input.html fix: chat-input tremor during typing 2026-03-16 14:20:48 +01:00
chat-bar.html scan x-extension on DOMContentLoaded; extension-friendly CSS 2026-03-13 16:16:42 +01:00
input-store.js fix: chat-input tremor during typing 2026-03-16 14:20:48 +01:00
progress.html scan x-extension on DOMContentLoaded; extension-friendly CSS 2026-03-13 16:16:42 +01:00