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, },