From 894d5213c761a3bb82d4852f1013027426ea125d Mon Sep 17 00:00:00 2001 From: josedario87 Date: Fri, 20 Feb 2026 12:55:10 -0600 Subject: [PATCH] fix: auto-grow textarea using CSS field-sizing: content Replace JS-based auto-resize with native CSS field-sizing: content. Eliminates timing issues with absolute-positioned containers. --- .../components/transcript-debug/UserInput.vue | 21 ++++--------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/frontend/src/components/transcript-debug/UserInput.vue b/frontend/src/components/transcript-debug/UserInput.vue index e59f723..0da9f09 100644 --- a/frontend/src/components/transcript-debug/UserInput.vue +++ b/frontend/src/components/transcript-debug/UserInput.vue @@ -1,5 +1,5 @@