I am using tippy.js popover to show data in react js. My popover are quite big as they contain some functionality and lot of data.
My poovers also have some functional code in it (buttons, dropdowns). So i am passing interactive={true} prop in the tippy component. But when i pass this prop popover, complete popover is not showing. It is cutting from top and bottom.
The popover is not going out of the container.
In the sandbox comment interactive={true} then the popover is moving out of container.