Skip to content

Commit 5f5f916

Browse files
committed
Update jquery.contextMenu.js
1 parent d49ead2 commit 5f5f916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.contextMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1578,7 +1578,7 @@
15781578
});
15791579
} else if(($menuOffset.top < winScrollTop) || ($menuOffset.top + menuHeight > winScrollTop + winHeight)){
15801580
$menu.css({
1581-
'top': '0px'
1581+
'top': winScrollTop + 'px'
15821582
});
15831583
}
15841584
}

0 commit comments

Comments
 (0)