Answers for "magento 2 product view mobile scrolling issues"

0

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;
            }
       }
}
Posted by: Guest on August-04-2020

Code answers related to "magento 2 product view mobile scrolling issues"

Browse Popular Code Answers by Language