diff --git a/src/components/images/Gallery/index.tsx b/src/components/images/Gallery/index.tsx index 2321651766..3a854399c3 100644 --- a/src/components/images/Gallery/index.tsx +++ b/src/components/images/Gallery/index.tsx @@ -180,7 +180,7 @@ export function Gallery({ return offsets }, [])} snapToAlignment="start" - decelerationRate="normal" + decelerationRate={0.99} style={{ width: bleed ? windowWidth : containerWidth + QUOTE_PADDING * 2, height: containerHeight,