Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Fix #5362 (HTML menu z-index vs. bottom-panel).
Browse files Browse the repository at this point in the history
Raise toolbar +1 to be on top of the rest of the sibling panels.
  • Loading branch information
busykai committed Sep 27, 2013
1 parent 2b17d39 commit cfd0252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/brackets_variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
@z-index-brackets-selection-triangle: (@z-index-brackets-ui + 1);
@z-index-brackets-scroller-shadow: (@z-index-brackets-selection-triangle + 1);
@z-index-brackets-inline-editor-shadow: @z-index-brackets-ui;
@z-index-brackets-toolbar: @z-index-brackets-ui;
@z-index-brackets-toolbar: (@z-index-brackets-ui + 1);
@z-index-brackets-max: @z-index-brackets-toolbar;
@z-index-brackets-modalbar: @z-index-brackets-toolbar - 1;

Expand Down

0 comments on commit cfd0252

Please sign in to comment.