My problem is that when the chart drawing area of is smaller than a highchart tooltip, a part of the tooltip is hidden where it overflows the chart drawing area.
I w
This css helped me:
.highcharts-container { overflow: visible !important; }