Skip to content

Commit

Permalink
chore: always shown the new session button
Browse files Browse the repository at this point in the history
  • Loading branch information
khiemfle committed Dec 31, 2024
1 parent 578d772 commit 45f7d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/views/chatmessage/ChatMessage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1568,7 +1568,7 @@ export const ChatMessage = ({ open, chatflowid, isAgentCanvas, isDialog, preview
p: 1,
position: 'sticky',
top: 0,
backgroundColor: theme.palette.background.default,
backgroundColor: theme.palette.background.paper,
zIndex: 1000,
borderBottom: `1px solid ${theme.palette.divider}`
}}
Expand Down

0 comments on commit 45f7d5a

Please sign in to comment.