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
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
-
First slide always overlaps navigation button that is under the space between 1st and 2nd slide. In screenshot it is the next slide button ('>')
in this screenshot that button can be clicked, but pervious slide button ('<') overlapped and can't be clicked bu cursor.
Here the code:
`
<Swiper
modules={[A11y, Navigation, Pagination]}
onSlideChange={() => console.log('slide change')}
onSwiper={(swiper) => console.log(swiper)}
Beta Was this translation helpful? Give feedback.
All reactions