slick icon indicating copy to clipboard operation
slick copied to clipboard

Disabled page scroll

Open MyNameTony1000 opened this issue 3 years ago • 1 comments

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?

MyNameTony1000 avatar Apr 20 '23 12:04 MyNameTony1000

Just add css styles for @media mobile:

#GALLERY-ID .slick-track { pointer-events: none; }

  • change GALLERY-ID to yours

rolker-007 avatar Oct 06 '23 08:10 rolker-007