fix: raise the chat cards that block a turn off the chat surface

This commit is contained in:
AlexRV12
2026-09-03 16:30:09 +02:00
parent bd4833ff40
commit b39d60c8c2
2 changed files with 2 additions and 2 deletions
@@ -245,7 +245,7 @@
viewport bottom) so the mount scrollIntoView leaves the Submit button uncovered. -->
<div
bind:this={cardNode}
class="scroll-mb-8 rounded-md border border-border-light bg-surface p-3"
class="scroll-mb-8 rounded-md border border-border-light bg-surface-tertiary p-3 shadow-sm"
data-chat-keyboard-scope="ask-user-question"
use:focusActiveOnBackgroundClick
>
@@ -96,7 +96,7 @@
scrollIntoView leaves the Run button uncovered. -->
<div
bind:this={cardNode}
class="scroll-mb-8 flex flex-col divide-y rounded-md border border-border-light bg-surface"
class="scroll-mb-8 flex flex-col divide-y rounded-md border border-border-light bg-surface-tertiary shadow-sm"
data-chat-keyboard-scope="run-args-form"
>
<div class="flex items-start gap-2 p-3">