Reputation: 71
I create a swiper(idangero swiper) whose direction is horizontal, but the content height in each slide is overed one screen.
Then the bottom part of content can't display always, bacause the horizontal swiper don't support vertical scroll.
Who can help me ? Thanks very much.
Upvotes: 2
Views: 3634
Reputation: 71
I have soved the issue by adding overflow style settings to the ks-swiper-slide element.
<ks-swiper-slide style="overflow:auto;" ...>
Upvotes: 2