Skip to content

Commit

Permalink
πŸ’„ μŠ€ν¬λ‘€λ°” μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
abcxj123 committed Jul 9, 2024
1 parent a8b3d92 commit bfdad5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/team/ChatRoom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ const ChatRoom = () => {
className="flex-grow flex flex-col overflow-auto scrollbar-hide"
ref={divRef}
>
<div className="flex flex-col p-7 gap-7">
<div className="flex flex-col p-7 gap-7 scrollbar-hide">
{oldMsg?.map((item, index) => (
<ChatCard
key={index}
Expand Down

0 comments on commit bfdad5d

Please sign in to comment.