Skip to content

Commit

Permalink
[#136] Style: 토스트 컴포넌트 위치 수정 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonjinan096 authored Jun 29, 2024
1 parent 460f6b6 commit 36d3b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ const RootLayout = ({
className='relative flex h-full max-h-[950px] min-h-[600px] w-full min-w-[350px] max-w-[450px] shrink-0 flex-col bg-background text-white shadow-xl'
>
{children}
<ToastContainer className='absolute bottom-[103px] flex flex-col items-center justify-center' />
</div>
</div>
<ToastContainer className='bottom-[103px] flex flex-col items-center justify-center' />
</MSWComponent>
</Providers>
</body>
Expand Down

0 comments on commit 36d3b8c

Please sign in to comment.