highcharts工具提示显示滚动条

时间:2015-10-16 07:27:01

标签: highcharts tooltip

我的highcharts图表工具提示显示一个空白滚动条。这也适用于highstock图表。此问题仅发生在firefox上。

我已在我的css文件中应用此样式。但它在chrome中运行良好。

.highcharts-tooltip span {
max-height:250px !important;
overflow-y: scroll !important;
 }

enter image description here 我该如何解决这个问题?

1 个答案:

答案 0 :(得分:0)

使用auto而不是滚动

overflow-y:auto;