diff --git a/apps/scandic-web/components/Carousel/index.tsx b/apps/scandic-web/components/Carousel/index.tsx index 20d859a9e..0b0df6417 100644 --- a/apps/scandic-web/components/Carousel/index.tsx +++ b/apps/scandic-web/components/Carousel/index.tsx @@ -75,6 +75,7 @@ function Carousel({ useEffect(() => { if (!api || scrollToIdx === -1) return + api.reInit() api.scrollTo(scrollToIdx) }, [api, scrollToIdx]) diff --git a/apps/scandic-web/components/ContentType/DestinationPage/HotelCardCarousel/hotelCardCarousel.module.css b/apps/scandic-web/components/ContentType/DestinationPage/HotelCardCarousel/hotelCardCarousel.module.css index 8dbc57a58..29a39602a 100644 --- a/apps/scandic-web/components/ContentType/DestinationPage/HotelCardCarousel/hotelCardCarousel.module.css +++ b/apps/scandic-web/components/ContentType/DestinationPage/HotelCardCarousel/hotelCardCarousel.module.css @@ -10,6 +10,7 @@ .carouselContent { gap: var(--Spacing-x1); + align-items: end; } }