Skip to content

Commit

Permalink
fix: 버튼 position 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
imddoy committed Dec 15, 2024
1 parent 8aea7a0 commit 8df2df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/cancel/Cancel.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const RadioWrapper = styled.div`
`;

export const ButtonWrapper = styled.div`
position: absolute;
position: fixed;
bottom: 2.4rem;
`;

Expand Down

0 comments on commit 8df2df5

Please sign in to comment.