Commit 398004c5 authored by Alexander Yuzhin's avatar Alexander Yuzhin

[DE mobile] Fixed display context menu.

parent 9cd967c0
......@@ -149,7 +149,7 @@ define([
$('#' + _anchorId)
.css('left', posX)
.css('top', posY);
.css('top', Math.max(0, posY));
uiApp.closeModal('.document-menu.modal-in');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment