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.
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.