mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Tweak z-index. (#30044)
This commit is contained in:
parent
4a4ed6bb55
commit
bbc2ca5138
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||
`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue