Skip to content

Commit

Permalink
design: toast 모바일에서 아래쪽에 나오도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
gyeongza committed Jul 1, 2024
1 parent 538a9c9 commit 33184b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/components/shadcn/ui/toast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const ToastViewport = React.forwardRef<
<ToastPrimitives.Viewport
ref={ref}
className={cn(
'fixed top-0 z-[100] flex max-h-screen w-full flex-col-reverse p-4 sm:bottom-0 sm:right-0 sm:top-auto sm:flex-col md:max-w-[420px]',
'fixed bottom-0 z-[100] flex max-h-screen w-full flex-col-reverse p-4 sm:right-0 sm:top-auto sm:flex-col md:max-w-[420px]',
className,
)}
{...props}
Expand Down

0 comments on commit 33184b6

Please sign in to comment.