Skip to content

Commit

Permalink
prevent vertical overflow on slideshow (Shopify#3455)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoboludo authored May 9, 2024
1 parent 27d2d84 commit c67c833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/component-slideshow.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ slideshow-component .slideshow.banner {
flex-wrap: nowrap;
margin: 0;
gap: 0;
overflow-y: hidden;
}

.slideshow__slide {
Expand Down

0 comments on commit c67c833

Please sign in to comment.