Skip to content

Commit

Permalink
Get the menu buttons dragging on top of the toolbar.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwinton committed Aug 17, 2012
1 parent 2a082a3 commit 5a7da89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion australis/customization/mac/www/js/app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ define(function (require) {
// We're in customize mode!!!
toggleCustomizeTab();
$("#menuPanel").appendTo($("div.customizeMenuArea"));
$("#menuPanel").css("z-index", 0);
$("#menuPanel").css("z-index", "auto");
$("div.customizeContentContainer").css({"display":"block"});
$("#arrowPanel").disableContextMenu();
$(".menuPanelButton").disableContextMenu();
Expand Down

0 comments on commit 5a7da89

Please sign in to comment.