Skip to content

Commit

Permalink
Use overflow-x and set to auto
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbbc committed Feb 7, 2025
1 parent 7901c9c commit ebc0469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/legacy/components/ScrollablePromo/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const ScrollablePromoContainer = styled.div`
background: #f6f6f6;
padding: ${GEL_SPACING};
display: flex;
overflow: scroll;
overflow-x: auto;
${({ experimentVariant }) =>
experimentVariant !== 'none' &&
`
Expand Down

0 comments on commit ebc0469

Please sign in to comment.