[7.5] [Metrics UI] Tweak the z-index inventory toolbars (#4964… (#49715)

Having a z-index adds problems with the stacking of the dropdowns when
there are two toolbars together.
This commit is contained in:
Alejandro Fernández 2019-10-30 13:20:21 +01:00 committed by GitHub
parent a586f3025f
commit a9db01d569
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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};
`;