We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903a08f commit fd985fbCopy full SHA for fd985fb
src/pages/RollingPaper/components/WriteCommentButton.tsx
@@ -62,7 +62,7 @@ const WriteCommentButton = ({ rollingPaperId }: WriteCommentButtonProps) => {
62
)}
63
<button
64
type="button"
65
- className="fixed bottom-7.5 left-5 z-10 overflow-hidden rounded-sm"
+ className="sticky bottom-8 z-10 mt-4 -mb-4 self-start overflow-hidden rounded-sm"
66
onClick={() => setActiveMessageModal(true)}
67
>
68
<img src={EnvelopeImg} alt="편지지 이미지" className="h-12 w-auto opacity-70" />
0 commit comments