Skip to content

Commit

Permalink
Merge pull request #6 from animalnots/feature/maozdemir-sticky-top
Browse files Browse the repository at this point in the history
Feature/maozdemir sticky top
  • Loading branch information
animalnots authored Jul 7, 2024
2 parents c65dece + 7292ea3 commit 18678c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Chat/ChatContent/ChatTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const ChatTitle = React.memo(() => {
return config ? (
<>
<div
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'
onClick={() => {
setIsModalOpen(true);
}}
Expand Down

0 comments on commit 18678c4

Please sign in to comment.