x3388638 / react-grid-carousel

React responsive carousel component w/ grid layout
https://react-grid-carousel.now.sh
MIT License
128 stars 28 forks source link

customized arrows and x-overflow #27

Open daviroquedev opened 1 year ago

daviroquedev commented 1 year ago

how can i customize the arrows? and how can i adjust the total container size to avoid x-overflow

I believe the arrows are increasing the size of my container, even setting them hideArrow, my width is bursting

image

https://user-images.githubusercontent.com/101668192/206877716-091e5a57-6fbf-4847-a77c-d52147b511f7.mp4

daviroquedev commented 1 year ago

I am not able to leave the dots visible in the media queries, in the inspect element I can remove the display none, I would like it to be visible always.

how is it getting image

changing display 'none' https://user-images.githubusercontent.com/101668192/207507058-354cfaf3-750e-4485-9e10-546e1d87605a.mp4

how I want it and how is removing the display none image

where to change in the code to remove this none display?