In a simplified example below content of a tooltip is rendered under (below) a SlidingPane's ReactModalPortal and thus is invisible. Does anybody have any ideas on how to fix it properly?
<SlidingPane>
<Tooltip content="can't see me">Hover cursor here</Tooltip>
</SlidingPane>