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 f9fbac5 commit ccdef3eCopy full SHA for ccdef3e
src/pages/LetterBoardDetail/index.tsx
@@ -103,7 +103,11 @@ const LetterBoardDetailPage = ({ confirmDisabled }: ShareLetterPreviewProps) =>
103
104
{isShareLetterPreview && (
105
<>
106
- <img src={BlurImg} alt="landing blur" className="fixed bottom-0 z-10 w-screen" />
+ <img
107
+ src={BlurImg}
108
+ alt="landing blur"
109
+ className="fixed bottom-0 left-0 z-10 w-screen"
110
+ />
111
<section className="fixed bottom-[30px] left-1/2 z-20 flex w-73 translate-x-[-50%] gap-6">
112
<button
113
type="button"
0 commit comments