Skip to content

Commit

Permalink
bugfix: Bump up the z-index on the app-wrapper (#17010)
Browse files Browse the repository at this point in the history
This prevents context-menus from displaying behind the sidbar.

Fixes #16305
  • Loading branch information
chrisdavies authored Mar 8, 2018
1 parent 6dd3a08 commit def393c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/public/chrome/directives/kbn_chrome.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body { overflow-x: hidden; }
top: 0;
right: 0;
bottom: 0;
z-index: 1;
z-index: 5;
margin: 0 auto;
background-color: #fff;

Expand Down

0 comments on commit def393c

Please sign in to comment.