Skip to content

Commit

Permalink
Merge pull request #208 from SCBJ-7/feature/#207
Browse files Browse the repository at this point in the history
[#207]캐로셀 버튼컨테이너 클릭 전파 가능하게 수정
  • Loading branch information
Bumang-Cyber authored Jan 25, 2024
2 parents bad24f3 + 00f1460 commit 4440b58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/pages/homePage/itemCarousel/ItemCarousel.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,11 @@ export const ImageShadowWrapper = styled.div`

export const ButtonContainer = styled.div`
position: absolute;
top: 50%;
width: 100%;
display: flex;
justify-content: space-between;
transform: translateY(-50%);
pointer-events: none;
`;

export const Button = styled.button<{ $visible: boolean }>`
Expand Down
4 changes: 0 additions & 4 deletions src/pages/homePage/weekendCarousel/WeekendCarousel.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,11 @@ export const SliderContainer = styled.div`

export const ButtonContainer = styled.div`
position: absolute;
top: 50%;
width: 100%;
display: flex;
justify-content: space-between;
transform: translateY(-50%);
pointer-events: none;
`;

export const Button = styled.button<{ $visible: boolean }>`
Expand Down

0 comments on commit 4440b58

Please sign in to comment.