mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-06 00:02:13 +00:00
fix: raise the chat cards that block a turn off the chat surface
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user