Skip to content

Commit

Permalink
Fix bottom bar z-index.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Mar 23, 2020
1 parent d0d3036 commit e77eb94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions x-pack/plugins/painless_lab/public/styles/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ $bottomBarHeight: calc(#{$euiSize} * 3);
}

/**
* 1. Hack EUI so the bottom bar doesn't obscure the nav drawer flyout.
* 1. Hack EUI so the bottom bar doesn't obscure the nav drawer flyout, but is also not obscured
* by the main content area.
*/
.painlessLab__bottomBar {
z-index: 0; /* 1 */
z-index: 5; /* 1 */
left: $euiNavDrawerWidthCollapsed;
}

Expand Down

0 comments on commit e77eb94

Please sign in to comment.