YIZHUANG/react-multi-carousel

customRightArrow and customLeftArrow props not working

Youssef11296 opened this issue · 4 comments

Bug Description

I tried replacing the left and right arrows with my own custom icons but it does not work, however, my passed icons to the custom props are JSX components.

I expected that the icons gonna be replaced, but, they basically disappeared, weird!!

Same here

try adding position:absolute; z-index:10 for both buttons and for left button left:0; for right button right:0; and ensure that you have enough item count to swipe left or right

try adding position:absolute; z-index:10 for both buttons and for left button left:0; for right button right:0; and ensure that you have enough item count to swipe left or right

Thanks, this solution works for me