Skip to content

Commit

Permalink
Issue #89 - properly position submenu when there's not enough space
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Nov 21, 2012
1 parent 5ac410a commit b0dc4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.contextMenu.js
Expand Up @@ -156,7 +156,7 @@ var // currently active contextMenu trigger
my: "left top",
at: "right top",
of: this,
collision: "fit"
collision: "flipfit fit"
}).css('display', '');
} else {
// determine contextMenu position
Expand Down

0 comments on commit b0dc4eb

Please sign in to comment.