Skip to content

Commit

Permalink
fix: toast 짤리는 부분 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ljh0608 committed Sep 2, 2024
1 parent bcaab37 commit 662d48d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/toast/ToastContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export default ToastContainerBox;
const StyledToastContainer = styled(ToastContainer)`
display: flex;
position: absolute;
bottom: 6rem;
bottom: 5rem;
height: 10rem;
align-items: center;
justify-content: center;
overflow: hidden;
Expand Down

0 comments on commit 662d48d

Please sign in to comment.