magento 2 product view mobile scrolling issues
@media @mobile {
.catalog-product-view {
.fotorama__stage__frame.fotorama__active {
position: static !important;
}
.fotorama__stage__frame .fotorama__img {
position: static !important;
transform: initial !important;
}
}
}