From 8df2df5525a72d6e3a35c6217ac2000d8e2dad76 Mon Sep 17 00:00:00 2001 From: imddoy Date: Sun, 15 Dec 2024 19:38:16 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B2=84=ED=8A=BC=20position=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/cancel/Cancel.styled.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/cancel/Cancel.styled.ts b/src/pages/cancel/Cancel.styled.ts index 3a76459b..052c83b8 100644 --- a/src/pages/cancel/Cancel.styled.ts +++ b/src/pages/cancel/Cancel.styled.ts @@ -97,7 +97,7 @@ export const RadioWrapper = styled.div` `; export const ButtonWrapper = styled.div` - position: absolute; + position: fixed; bottom: 2.4rem; `;