currently there is a bug on smaller screen when you can scroll outside of the "viewport" to the right
pretty much starts at window width 1180px and less
cause are the tooltips (balloon.css) with white-space: nowrap, so I fixed it with smaller balloon-length, but maybe it's not optimal as now they are possibly too small
there also seems to be data-balloon-break attribute which could help
currently there is a bug on smaller screen when you can scroll outside of the "viewport" to the right
pretty much starts at window width 1180px and less
cause are the tooltips (balloon.css) with
white-space: nowrap
, so I fixed it with smaller balloon-length, but maybe it's not optimal as now they are possibly too smallthere also seems to be
data-balloon-break
attribute which could help