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;