gs-shop / vue-slick-carousel

🚥Vue Slick Carousel with True SSR Written for ⚡Faster Luxstay
https://gs-shop.github.io/vue-slick-carousel/
Other
803 stars 186 forks source link

mobile vertical scroll #150

Closed undefinederror closed 3 years ago

undefinederror commented 3 years ago

When a slider element is or contains an image, the page can't be scrolled vertically by panning one the image.

Evident right from official example https://gs-shop.github.io/vue-slick-carousel/#/example/lazy-load

undefinederror commented 3 years ago

recording

undefinederror commented 3 years ago

mmm actually, I had `touch-action: none" on the image. removed that and it started scrolling. Why it doesn't work in the demo page, no idea