Skip to content

Commit fc78a11

Browse files
committed
스크롤 수정
1 parent 069f462 commit fc78a11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ChatBubble.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const ChatBubble = ({ chatting }: Props) => {
1414
}, [chatting]);
1515

1616
return (
17-
<div className="overflow-y-auto max-h-[500px] pr-2">
17+
<div className="pr-2">
1818
{chatting
1919
.filter(
2020
(item): item is ChatMessage =>

0 commit comments

Comments
 (0)