diff --git a/src/pages/homePage/itemCarousel/ItemCarousel.style.ts b/src/pages/homePage/itemCarousel/ItemCarousel.style.ts index afefa951..2e1effd7 100644 --- a/src/pages/homePage/itemCarousel/ItemCarousel.style.ts +++ b/src/pages/homePage/itemCarousel/ItemCarousel.style.ts @@ -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 }>` diff --git a/src/pages/homePage/weekendCarousel/WeekendCarousel.style.ts b/src/pages/homePage/weekendCarousel/WeekendCarousel.style.ts index c5951681..f857a072 100644 --- a/src/pages/homePage/weekendCarousel/WeekendCarousel.style.ts +++ b/src/pages/homePage/weekendCarousel/WeekendCarousel.style.ts @@ -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 }>`