You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a full-page website. SwiperJS 11 is used. The following parameters:
Slide on the entire height of the viewport (class="swiper-slide app-container__slide")
Vertical scrolling
mousewheel: true,
Block with content inside the slide (class="app-container__content")
Problem:
Some content blocks inside the slide are much taller than the height of the viewport and slide, respectively. The slide has vertical scrolling, but it does not work. It is intercepted by the slider and instead of scrolling the content, it scrolls to the next slide.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There is a full-page website. SwiperJS 11 is used.
The following parameters:
Problem:
Some content blocks inside the slide are much taller than the height of the viewport and slide, respectively. The slide has vertical scrolling, but it does not work. It is intercepted by the slider and instead of scrolling the content, it scrolls to the next slide.
Example: https://codepen.io/blgxawqn-the-bashful/full/RNbRQwP
Question:
Is there any way to fix this problem in SwiperJS? And start scrolling the slider after we reach the bottom of the content block?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions