Skip to content

Commit

Permalink
Merge pull request TEAM-BEAT#460 from TEAM-BEAT/fix/TEAM-BEAT#459/Boo…
Browse files Browse the repository at this point in the history
…kCancelButton

[Fix/TEAM-BEAT#459] 예매 취소 버튼 위치 수정
  • Loading branch information
imddoy authored Dec 15, 2024
2 parents 14606a4 + 8df2df5 commit ec96d41
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 ec96d41

Please sign in to comment.