[SE mobile] Fix bug 34120
This commit is contained in:
parent
986ddd4edb
commit
dc9a4baf40
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in a new issue