We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c13151d commit 32c7cc5Copy full SHA for 32c7cc5
2 files changed
docs/content.en/docs/release-notes/_index.md
@@ -43,6 +43,7 @@ Information about release notes of Coco Server is provided here.
43
- fix: history list height #550
44
- fix: secondary page cannot be searched #551
45
- fix: the scroll button is not displayed by default #552
46
+- fix: suggestion list position #553
47
48
### ✈️ Improvements
49
src/components/Assistant/Chat.tsx
@@ -335,7 +335,7 @@ const ChatAI = memo(
335
)}
336
<div
337
data-tauri-drag-region
338
- className={`flex flex-col rounded-md h-full overflow-hidden`}
+ className={`flex flex-col rounded-md h-full overflow-hidden relative`}
339
>
340
<ChatHeader
341
clearChat={clearChat}
0 commit comments