zamarrowski / react-ionicons

A React Ionicon component https://react-ionicons.netlify.app/
Apache License 2.0
192 stars 28 forks source link

react ionicons SVG does not respect z-index or fixed elements #43

Open ArthurHwang opened 4 years ago

ArthurHwang commented 4 years ago

I am having an issue using the icons from this package.

I have a navigation dropdown that is position: fixed and overlays the entire screen.

However, these icons appear on top no matter what I do.

I have tried messing with z-index to no avail.

Is there a technique in order to hide these SVG behind elements?

zamarrowski commented 3 years ago

It's so strange... can you paste the code in order to do some tests?