Skip to content

Commit fd985fb

Browse files
committed
design: 롤링페이퍼 작성 버튼 위치 수정
1 parent 903a08f commit fd985fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/RollingPaper/components/WriteCommentButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const WriteCommentButton = ({ rollingPaperId }: WriteCommentButtonProps) => {
6262
)}
6363
<button
6464
type="button"
65-
className="fixed bottom-7.5 left-5 z-10 overflow-hidden rounded-sm"
65+
className="sticky bottom-8 z-10 mt-4 -mb-4 self-start overflow-hidden rounded-sm"
6666
onClick={() => setActiveMessageModal(true)}
6767
>
6868
<img src={EnvelopeImg} alt="편지지 이미지" className="h-12 w-auto opacity-70" />

0 commit comments

Comments
 (0)