YIZHUANG / react-multi-carousel

A lightweight production-ready Carousel that rocks supports multiple items and server-side rendering with no dependency. Bundle size 2kb.
MIT License
1.25k stars 286 forks source link

CustomButtonGroup positioning #367

Open alphanoobie opened 1 year ago

alphanoobie commented 1 year ago

Hello!

Is there any way possible to change the positioning of custom buttons? Or is there any way I can use those buttons outside the carousel component?

Making the display absolute of the container class makes it difficult to make a responsive design. Also setting negative top and right values of that absolute class partially hides the component.

Sanan4li commented 1 year ago

facing same issue. Any update @alphanoobie ?

alphanoobie commented 1 year ago

Hello @Sanan4li, I found a workaround for the issue. I don't remember exactly what I did, but used position:static in the containerClass.