diff --git a/components/product/gallery.tsx b/components/product/gallery.tsx index 99742a917..ed4924139 100644 --- a/components/product/gallery.tsx +++ b/components/product/gallery.tsx @@ -47,11 +47,17 @@ export function Gallery({ images }: { images: { src: string; altText: string }[] aria-label="Previous product image" href={previousUrl} className={buttonClassName} + scroll={false} >
- +