springload / react-portal-popover

A popover library for React, using Portals for better positioning.
https://springload.github.io/react-portal-popover/
MIT License
21 stars 6 forks source link

Popover inside Modal #11

Open Subha opened 5 years ago

Subha commented 5 years ago

Thanks for this simple popover library.

I have a scenario where I need to show this portal popover inside Slide-in. But since there is z-index calculation the popover is behind the slide-in.

Any ideas/thoughts on how to make it work?

Any help/suggestions is greatly appreciated.

image

Thank you Anu