Skip to content

Commit

Permalink
Revert "Fix: position fixed로 수정 (#95)" (#96)
Browse files Browse the repository at this point in the history
This reverts commit edc144b.
  • Loading branch information
Nangniya authored Feb 20, 2024
1 parent edc144b commit 4d3257b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/components/Tag/AllTags/AllTags.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
display: flex;
flex-direction: column;
padding: 8px 16px;
margin-bottom: 72px;
}
5 changes: 2 additions & 3 deletions src/pages/Tag/TagFilter/TagFilter.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4d3257b

Please sign in to comment.