Skip to content

Commit

Permalink
fix: 버튼 전파 가능하게
Browse files Browse the repository at this point in the history
  • Loading branch information
Bumang-Cyber committed Jan 25, 2024
1 parent 2112c0f commit 00f1460
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 00f1460

Please sign in to comment.