Skip to content

Commit

Permalink
Merge pull request #606 from TEAM-TATTOUR/S1/#605-CartFooter
Browse files Browse the repository at this point in the history
[CartPage] 장바구니 하단 z-index 추가
  • Loading branch information
lydiacho authored Feb 22, 2024
2 parents db726ee + caba1cc commit d6b26ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/Cart/CartBottom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const St = {
bottom: 7rem;
width: 100%;
max-width: 43rem;
z-index: 10;
`,
};

Expand Down
2 changes: 1 addition & 1 deletion src/components/Cart/CartItemSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const St = {
padding-top: 5.6rem;
padding-left: 2.2rem;
padding-right: 2.2rem;
height: calc(100vh - 30.2rem);
height: calc(100dvh - 30.2rem);
overflow: scroll;
&::-webkit-scrollbar {
display: none;
Expand Down

0 comments on commit d6b26ae

Please sign in to comment.