react-popover icon indicating copy to clipboard operation
react-popover copied to clipboard

Popover background is transparent, how to remove it?

Open naveenreddyin opened this issue 7 years ago • 3 comments

Hi, The background seems to be transparent, I tried setting opacity in style as well but it doesnt work. Is this a bug?

naveenreddyin avatar May 24 '17 11:05 naveenreddyin

Can you provide some more details, screenshot, links, anything to help me reproduce?

jasonkuhrt avatar May 30 '17 02:05 jasonkuhrt

I had a similar issue. If the elements under the popover have a z-index > 0 they will show through. Setting css on the base popover element isn't easy. Couldn't that be a parameter, so one could set the z-index of the base element or other styles?

sosaucily avatar Feb 07 '18 13:02 sosaucily

@sosaucily Thanks for clarifying! An arbitrary parameter to set z-index doesn't sound right to me. I don't know what a nice or general solution for this would be.

jasonkuhrt avatar May 16 '18 01:05 jasonkuhrt