disable mousescroll in cssmode #4281
Unanswered
thebestgin
asked this question in
Q&A
Replies: 1 comment
-
document.querySelector('.swiper-container').addEventListener('wheel', (e) => e.preventDefault(), true) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to use cssmode.
But at the same time I want to turn off mousescroll.
Unfortunately the swiper api does not work for this.
What are the possibilities?
Does swiper have a bug in cssmode?
Beta Was this translation helpful? Give feedback.
All reactions