Re: Product media gallery being a separate scroll from product content

Hi @mOONbOOTS

You can use this solution.

  1. Open Theme → Edit Code

  2. Find file base.css and paste this code to the bottom of file:

.product.product--left ul.product__media-list.contains-media {
    max-height: 74vh;
    overflow: scroll;
}

Hope my solution will help you

Mike from Consentik