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

Portal support

Open shubhanus opened this issue 5 years ago • 2 comments

It's better to give portal support for the popover. Some time height is less in what we are showing date picker that popover we can't control z-index if we give portal support that will solve these issues.

shubhanus avatar Dec 24 '19 05:12 shubhanus

What would be involved in portal support?

felixakiragreen avatar Jan 03 '20 17:01 felixakiragreen

For Rendering children into a DOM node that exists outside the DOM hierarchy of the parent component.

https://reactjs.org/docs/portals.html

It's just simple implementation.

shubhanus avatar Jan 03 '20 17:01 shubhanus