Tweak z-index. (#30044) (#30072)

This commit is contained in:
Sonja Krause-Harder 2019-02-05 16:57:27 +01:00 committed by GitHub
parent 4795c82d3e
commit 7bb0ddfb3f
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};
`;