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.
2 parents 834a271 + 6436f40 commit 7292ea3Copy full SHA for 7292ea3
src/components/Chat/ChatContent/ChatTitle.tsx
@@ -43,7 +43,7 @@ const ChatTitle = React.memo(() => {
43
return config ? (
44
<>
45
<div
46
- className='flex gap-x-4 gap-y-1 flex-wrap w-full items-center justify-center border-b border-black/10 bg-gray-50 p-3 dark:border-gray-900/50 dark:bg-gray-700 text-gray-600 dark:text-gray-300 cursor-pointer'
+ className='sticky top-0 z-10 flex gap-x-4 gap-y-1 flex-wrap w-full items-center justify-center border-b border-black/10 bg-gray-50 p-3 dark:border-gray-900/50 dark:bg-gray-700 text-gray-600 dark:text-gray-300 cursor-pointer'
47
onClick={() => {
48
setIsModalOpen(true);
49
}}
0 commit comments