From 5f5f9168526a1f4e668fb75bd3144bdd85da07a7 Mon Sep 17 00:00:00 2001 From: so-susa Date: Thu, 20 Sep 2018 18:49:13 +0900 Subject: [PATCH] Update jquery.contextMenu.js --- src/jquery.contextMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jquery.contextMenu.js b/src/jquery.contextMenu.js index b4223baf..5269ab91 100644 --- a/src/jquery.contextMenu.js +++ b/src/jquery.contextMenu.js @@ -1578,7 +1578,7 @@ }); } else if(($menuOffset.top < winScrollTop) || ($menuOffset.top + menuHeight > winScrollTop + winHeight)){ $menu.css({ - 'top': '0px' + 'top': winScrollTop + 'px' }); } }