Tweak z-index. (#30044)

This commit is contained in:
Sonja Krause-Harder 2019-02-05 15:16:03 +01:00 committed by GitHub
parent 4a4ed6bb55
commit bbc2ca5138
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,5 +17,5 @@ export const Toolbar = styled(EuiPanel).attrs({
border-left: none;
border-radius: 0;
padding: ${props => props.theme.eui.euiSizeS} ${props => props.theme.eui.euiSizeL};
z-index: 1;
z-index: ${props => props.theme.eui.euiZLevel1};
`;