We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069f462 commit fc78a11Copy full SHA for fc78a11
1 file changed
src/components/ChatBubble.tsx
@@ -14,7 +14,7 @@ const ChatBubble = ({ chatting }: Props) => {
14
}, [chatting]);
15
16
return (
17
- <div className="overflow-y-auto max-h-[500px] pr-2">
+ <div className="pr-2">
18
{chatting
19
.filter(
20
(item): item is ChatMessage =>
0 commit comments