Is there a way to make highcharts tooltip stay on top of other elements? Now the tooltip will stay within highcharts element viewport range. When scroller is active for highcharts, tooltip is clipping away. We can transform the position. But in some scenarios, total height of highcharts is lesser than height of tooltip. In this scenario, clipping of tooltip is inevitable. How to overcome this?
Attached screenshot to explain the scenario.
Stackblitz Sample taken from help page.
https://api.highcharts.com/highcharts/tooltip.formatter
Thanks in Advance.