kenwheeler / slick

the last carousel you'll ever need
kenwheeler.github.io/slick
MIT License
28.49k stars 5.89k forks source link

Disabled page scroll #4249

Open MyNameTony1000 opened 1 year ago

MyNameTony1000 commented 1 year ago

Good afternoon) I had to write a question here because there is no discussion section. Could you tell me how the slick slider blocks page scrolling when dragging slides on iOS?

rolker-007 commented 12 months ago

Just add css styles for @media mobile:

GALLERY-ID .slick-track {

pointer-events: none;

}