I have page with two carousels. The first one has no dots and the second one has. Now when i go renderDotsOutside the fots apear after the first one and the first one is on the top of the page and the second one is on the bottom\
Bassir Answered question April 8, 2023
hello there,
thanks for your interest.
it is a question for react-multi-carousel.
Please ask it here: https://github.com/YIZHUANG/react-multi-carousel/issues/327
Bassir Answered question April 8, 2023
hello there,
I didn’t get your mean. please send a screenshot.
Eldin Posted new comment April 8, 2023


I have two react multi carousels on one page. One is on the top of the page and the second is on the bottom. When I use renderDotsOutside on the second carousel, the dots appear under the first one.
I have two react multi carousels on one page. One is on the beginning of the page and second one is on the bottom. I dont want first one to have dots so i set show dots property to false and the other one I want it to have dots so I set show dots property to true and renderDotsOutside to true. When i do that dots that belog to second carousel appear under the first one