We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49caaf commit 148f46dCopy full SHA for 148f46d
packages/gitbook/src/components/AIChat/AIChatInput.tsx
@@ -108,9 +108,9 @@ export function AIChatInput(props: {
108
</div>
109
) : null}
110
<div className="absolute inset-x-0 bottom-0 flex items-center gap-2 px-2 py-2">
111
- <HoverCardRoot>
+ <HoverCardRoot openDelay={500}>
112
<HoverCard
113
- className="max-w-xs bg-tint p-2 text-sm text-tint"
+ className="max-w-xs select-none bg-tint p-2 text-sm text-tint"
114
arrow={{ className: 'fill-tint-3' }}
115
>
116
<div className="flex flex-col gap-3 p-2">
0 commit comments