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
This commit is contained in:
Chuma Mcphoy (We Ahead)
2025-02-20 15:04:13 +00:00
parent 6e12756ab5
commit fc720b1dbc

View File

@@ -24,6 +24,7 @@ function Carousel({
const [carouselRef, api] = useEmblaCarousel(
{
containScroll: "trimSnaps",
align: "start",
axis: "x",
...opts,
},