Skip to content

Commit 25ab535

Browse files
authored
Reintroduce scroll-snap-type: x mandatory; on highlights container which was erroneously removed in #14965 (#15111)
1 parent e14856c commit 25ab535

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotcom-rendering/src/components/ScrollableHighlights.importable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const carouselStyles = css`
4545
scroll-behavior: auto;
4646
overscroll-behavior-x: contain;
4747
overscroll-behavior-y: auto;
48+
scroll-snap-type: x mandatory;
4849
4950
${from.mobileLandscape} {
5051
padding: 0 ${horizontalPaddingMobileLandscape}px;

0 commit comments

Comments
 (0)