Skip to content

Commit 32c7cc5

Browse files
authored
fix: suggestion list position (#553)
* fix: suggestion List position * docs: update notes
1 parent c13151d commit 32c7cc5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/content.en/docs/release-notes/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Information about release notes of Coco Server is provided here.
4343
- fix: history list height #550
4444
- fix: secondary page cannot be searched #551
4545
- fix: the scroll button is not displayed by default #552
46+
- fix: suggestion list position #553
4647

4748
### ✈️ Improvements
4849

src/components/Assistant/Chat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ const ChatAI = memo(
335335
)}
336336
<div
337337
data-tauri-drag-region
338-
className={`flex flex-col rounded-md h-full overflow-hidden`}
338+
className={`flex flex-col rounded-md h-full overflow-hidden relative`}
339339
>
340340
<ChatHeader
341341
clearChat={clearChat}

0 commit comments

Comments
 (0)