From fc720b1dbc647eb979842366947a2fed7be6afbe Mon Sep 17 00:00:00 2001 From: "Chuma Mcphoy (We Ahead)" Date: Thu, 20 Feb 2025 15:04:13 +0000 Subject: [PATCH] Merged in fix/carousel-tablet-scroll-behaviour (pull request #1382) feat(SW-1699): Update Carousel component alignment to start * feat(SW-1699): Update Carousel component alignment to start Approved-by: Christian Andolf --- components/Carousel/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Carousel/index.tsx b/components/Carousel/index.tsx index 2127c8308..6d6c30254 100644 --- a/components/Carousel/index.tsx +++ b/components/Carousel/index.tsx @@ -24,6 +24,7 @@ function Carousel({ const [carouselRef, api] = useEmblaCarousel( { containScroll: "trimSnaps", + align: "start", axis: "x", ...opts, },