diff --git a/ui/src/components/ai-chat/index.vue b/ui/src/components/ai-chat/index.vue index 8d31f182892..e1d0d4be9fd 100644 --- a/ui/src/components/ai-chat/index.vue +++ b/ui/src/components/ai-chat/index.vue @@ -52,10 +52,12 @@ virtual-triggering trigger="manual" placement="top-start" - :offset="0" :width="400" :show-arrow="false" popper-class="bare-popper" + :popper-options="{ + modifiers: [{ name: 'offset', options: { offset: [-24, -8] } }], + }" :popper-style="{ background: 'transparent', border: 'none',