Carousel on mobile is shifting when swiping left and shows blank white. Looks perfect on shopify customisation but not when using the actual phone. I have tried multiple phones but same results.
It only happens when OVERFLOW is on AUTO and works properly if it is changed to NONE but i loose that fluidity it has on AUTO.
Current code:
@media screen and (max-width: 767px){
.featured-collection-slider .flickity-button {
display: none !important;
}
.flickity-slider {
overflow-x:auto!important;
overflow-y:none!important;
}
}