Skip to content

Commit

Permalink
remove hidden #2610
Browse files Browse the repository at this point in the history
  • Loading branch information
millianapia committed Dec 16, 2024
1 parent dc55cb8 commit 9c4d2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/core/Carousel/Carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ export const Carousel = forwardRef<HTMLElement, CarouselProps>(function Carousel
variant === 'image' && displayMode === 'single'
? 'w-[var(--image-carousel-card-w-sm)] md:w-[var(--image-carousel-card-w-md)] lg:w-[var(--image-carousel-card-w-lg)] mx-auto col-start-1 col-end-1 row-start-2 row-end-2'
: ''
} pb-2 ${items.length === 3 ? 'lg:hidden' : ''} flex ${
} pb-2 flex ${
internalAutoRotation ? 'justify-between' : 'justify-end'
} absolute bottom-10 left-0 right-0 z-10 min-w-0 mx-layout-sm`}
>
Expand Down

0 comments on commit 9c4d2f4

Please sign in to comment.