bmcmahen / react-gesture-gallery

a react image gallery with gesture support
https://codesandbox.io/embed/react-gesture-gallery-dup51
13 stars 1 forks source link

Can't find or change arrows #6

Open michaeljblum opened 5 years ago

michaeljblum commented 5 years ago

I cannot see the arrows in my implementation of react-gesture-gallery. It is working great otherwise though. I looked into the GestureGallery.tsx file in the src folder and I see that ArrowLeft and ArrowRight only have closing tags but no opening tags? Is that just TS convention or...?

I'd like to add my own custom arrows at any rate. Should I do that in my own CSS or in the src folder in node_modules? Is there an example of this? Thanks

Edit: Turns out my arrows are actually way offset for some reason - both arrows and the indicators are showing up several hundred pixels higher than my gallery.

bmcmahen commented 5 years ago

That's a strange one. It might be related to your container css maybe? If you figure out what's going on, let me know.