Skip to content

Commit

Permalink
Merge branch 'bose/2190' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
BorghildSelle committed Aug 15, 2024
2 parents 891514a + 9a7985e commit 9d97659
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 @@ -225,7 +225,7 @@ export const Carousel = forwardRef<HTMLElement, CarouselProps>(function Carousel
? 'grid transition-transform ease-scroll delay-0 duration-[800ms]'
: 'flex gap-3 md:gap-8 lg:gap-12 w-full h-full overflow-y-hidden'
}`,
event: `flex gap-3 lg:gap-6 w-full h-full overflow-y-hidden`,
event: `flex gap-3 lg:gap-6 w-full h-full overflow-y-hidden no-scrollbar`,
}
const listDisplayModeClassName = {
scroll: 'snap-mandatory snap-x overflow-x-scroll',
Expand Down

0 comments on commit 9d97659

Please sign in to comment.