[SE mobile] Fix bug 34120

This commit is contained in:
Alexander Yuzhin 2017-03-09 17:40:07 +03:00
parent 986ddd4edb
commit dc9a4baf40

View file

@ -89,7 +89,7 @@ define([
].join(''));
var $target = $('#' + _anchorId)
.css({left: posX, top: posY});
.css({left: posX, top: Math.max(0, posY)});
uiApp.closeModal('.document-menu.modal-in');