From 4d3257bf428641b8c11bef94d56738b70855b4ff Mon Sep 17 00:00:00 2001 From: Nangniya <126762806+Nangniya@users.noreply.github.com> Date: Tue, 20 Feb 2024 16:09:12 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"Fix:=20position=20fixed=EB=A1=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20(#95)"=20(#96)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit edc144be6187839499212510932a8ef0e59cf09d. --- src/components/Tag/AllTags/AllTags.module.scss | 1 - src/pages/Tag/TagFilter/TagFilter.module.scss | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/Tag/AllTags/AllTags.module.scss b/src/components/Tag/AllTags/AllTags.module.scss index 51ba035..f169261 100644 --- a/src/components/Tag/AllTags/AllTags.module.scss +++ b/src/components/Tag/AllTags/AllTags.module.scss @@ -5,5 +5,4 @@ display: flex; flex-direction: column; padding: 8px 16px; - margin-bottom: 72px; } diff --git a/src/pages/Tag/TagFilter/TagFilter.module.scss b/src/pages/Tag/TagFilter/TagFilter.module.scss index 9fb8e37..c1b6409 100644 --- a/src/pages/Tag/TagFilter/TagFilter.module.scss +++ b/src/pages/Tag/TagFilter/TagFilter.module.scss @@ -26,9 +26,8 @@ button { gap: 12px; width: 100%; padding: 12px 16px; - position: fixed; - bottom: 0; - background-color: $WH; + position: absolute; + bottom: -108px; .initBtn { box-sizing: border-box;