slick
slick copied to clipboard
Disabled page scroll
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?
Just add css styles for @media mobile:
#GALLERY-ID .slick-track { pointer-events: none; }
- change GALLERY-ID to yours