Skip to content

Commit

Permalink
[chore] 모바일 채팅방 스타일 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-younique committed Dec 18, 2023
1 parent 0b3b777 commit 98601bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Chat/chat-room.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default function ChatRoom({
}, [isFetching, hasNextPage]);

return (
<div className="absolute bg-white h-full w-full sm:relative">
<div className="absolute z-10 bg-white h-full w-full sm:relative">
<div className="relative flex flex-col h-full flex-1 border border-black sm:ml-4">
<div className="p-2 text-center shadow-md mb-1">
<Icon
Expand Down

0 comments on commit 98601bc

Please sign in to comment.