Skip to content

Commit

Permalink
Style: 채팅 팝업 위치 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eunji-0623 committed Jul 29, 2024
1 parent 29957d9 commit 79c0ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Popup/ChatPopup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function ChatPopup({
}, []);

return (
<div className="flex items-center justify-center fixed top-[250px] t:top-[200px] m:top-[210px] right-[56px] w-[400px] z-50">
<div className="flex items-center justify-center fixed w-[400px] bottom-[30px] right-[30px] z-50">
<div className="flex flex-col bg-var-gray2 w-full rounded-[20px]">
<div className="flex justify-between pt-[7px] pb-[3px] px-[20px] items-center bg-var-gray3 rounded-t-[20px]">
<p>문의 채팅</p>
Expand Down

0 comments on commit 79c0ba8

Please sign in to comment.