[SSE] Fix Bug 44942

This commit is contained in:
Julia Radzhabova 2020-03-27 20:00:50 +03:00
parent 4b0b7b0472
commit a7d78a781d

View file

@ -2245,7 +2245,8 @@ define([
inputtip.ref.getBSTip().$tip.css({
top : showPoint[1] + 'px',
left: showPoint[0] + 'px'
left: showPoint[0] + 'px',
'z-index': 900
});
} else {
if (!inputtip.isHidden && inputtip.ref) {