My navigation and pagination components are disappearing #6004
Salar-Sali
started this conversation in
General
Replies: 1 comment 2 replies
-
same problem |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
I customized the navigation and pagination and they become like the attached picture, I am changing the width of the screen and when the width becomes more than 1280px, the navigation and pagination are disappearing for unknown reasons, when i refresh the page while the width is more than 1280px, they come back.
This is my code for the navigation:
<div className="swiperNavPrev flex justify-center items-center w-9 h-9 bg-blue-600 rounded" ref={swiperNavPrevRef} > <SVGArrowLeft className="w-6 h-6 fill-white "></SVGArrowLeft> </div>
navigation={{ prevEl: ".swiperNavPrev", nextEl: ".swiperNavNext", }}
Does anyone know how i can get rid of this strange behavior?
Thanx in advance
Beta Was this translation helpful? Give feedback.
All reactions