From b39d60c8c27c8f5112fba775d77bfacf10b34edb Mon Sep 17 00:00:00 2001 From: AlexRV12 <71396855+AlexRV12@users.noreply.github.com> Date: Fri, 28 Aug 2026 12:23:57 +0200 Subject: [PATCH] fix: raise the chat cards that block a turn off the chat surface --- .../lib/components/copilot/chat/AskUserQuestionDisplay.svelte | 2 +- .../src/lib/components/copilot/chat/RunArgsFormDisplay.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/components/copilot/chat/AskUserQuestionDisplay.svelte b/frontend/src/lib/components/copilot/chat/AskUserQuestionDisplay.svelte index d17d77af29..403b42864d 100644 --- a/frontend/src/lib/components/copilot/chat/AskUserQuestionDisplay.svelte +++ b/frontend/src/lib/components/copilot/chat/AskUserQuestionDisplay.svelte @@ -245,7 +245,7 @@ viewport bottom) so the mount scrollIntoView leaves the Submit button uncovered. -->
diff --git a/frontend/src/lib/components/copilot/chat/RunArgsFormDisplay.svelte b/frontend/src/lib/components/copilot/chat/RunArgsFormDisplay.svelte index 37552a894f..da2750cb18 100644 --- a/frontend/src/lib/components/copilot/chat/RunArgsFormDisplay.svelte +++ b/frontend/src/lib/components/copilot/chat/RunArgsFormDisplay.svelte @@ -96,7 +96,7 @@ scrollIntoView leaves the Run button uncovered. -->