diff --git a/app/components/chat/CommandPalette.vue b/app/components/chat/CommandPalette.vue index dcbb37f..d832fea 100644 --- a/app/components/chat/CommandPalette.vue +++ b/app/components/chat/CommandPalette.vue @@ -61,6 +61,12 @@ function up() { function down() { window.scrollTo({ top: document.body.scrollHeight, behavior: 'smooth' }) } + +const toolTipContent = { + align: 'center', + side: 'top', + sideOffset: 0, +}