Skip to content

Commit

Permalink
[7.x] [Metrics UI] Tweak the z-index inventory toolbars (#4964… (#49729)
Browse files Browse the repository at this point in the history
Having a z-index adds problems with the stacking of the dropdowns when
there are two toolbars together.
  • Loading branch information
Alejandro Fernández committed Oct 30, 2019
1 parent 77f305f commit afb338b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ export const Toolbar = euiStyled(EuiPanel).attrs({
border-left: none;
border-radius: 0;
padding: ${props => props.theme.eui.euiSizeS} ${props => props.theme.eui.euiSizeL};
z-index: ${props => props.theme.eui.euiZLevel1};
`;

0 comments on commit afb338b

Please sign in to comment.