Skip to content

Commit

Permalink
Update bootstrap-contextmenu.js
Browse files Browse the repository at this point in the history
Updated for Issue #12
  • Loading branch information
sydcanem committed Mar 26, 2013
1 parent f3ee3e1 commit c45ceb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-contextmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
, boundsY = $(window).height()
, menuWidth = $menu.find('.dropdown-menu').outerWidth()
, menuHeight = $menu.find('.dropdown-menu').outerHeight()
, tp = {"position":"absolute"}
, tp = {"position":"fixed"}
, Y, X;

if (mouseY + menuHeight > boundsY) {
Expand Down

0 comments on commit c45ceb8

Please sign in to comment.