From ff9b3064b60d2016adf256315628ec20a845e348 Mon Sep 17 00:00:00 2001 From: AlexRV12 <71396855+AlexRV12@users.noreply.github.com> Date: Wed, 2 Sep 2026 15:29:24 +0200 Subject: [PATCH] fix: raise the chat scroll fade so a short block still shows one --- .../lib/components/copilot/chat/RunArgsFormDisplay.svelte | 5 ++++- .../src/lib/components/copilot/chat/RunScriptCard.svelte | 4 ++-- .../lib/components/copilot/chat/ToolContentDisplay.svelte | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/frontend/src/lib/components/copilot/chat/RunArgsFormDisplay.svelte b/frontend/src/lib/components/copilot/chat/RunArgsFormDisplay.svelte index 05a53906f5..d75e3383a1 100644 --- a/frontend/src/lib/components/copilot/chat/RunArgsFormDisplay.svelte +++ b/frontend/src/lib/components/copilot/chat/RunArgsFormDisplay.svelte @@ -160,7 +160,10 @@ having scrolled down is itself the knowledge that there is more up there. --> {#if fades.bottom}
{/if} diff --git a/frontend/src/lib/components/copilot/chat/RunScriptCard.svelte b/frontend/src/lib/components/copilot/chat/RunScriptCard.svelte index 1b0624c3cb..5aa28a6570 100644 --- a/frontend/src/lib/components/copilot/chat/RunScriptCard.svelte +++ b/frontend/src/lib/components/copilot/chat/RunScriptCard.svelte @@ -438,11 +438,11 @@ on the wrong colour and leave a band at the very edge. --> {#if fades.bottom && fadeBody}
{#if activeTab === 'logs'}
{/if} {/if} diff --git a/frontend/src/lib/components/copilot/chat/ToolContentDisplay.svelte b/frontend/src/lib/components/copilot/chat/ToolContentDisplay.svelte index 5b7c560a19..9d1bf698f7 100644 --- a/frontend/src/lib/components/copilot/chat/ToolContentDisplay.svelte +++ b/frontend/src/lib/components/copilot/chat/ToolContentDisplay.svelte @@ -138,7 +138,7 @@ {#if showFade && fades.bottom}
{/if}