mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
4795c82d3e
commit
7bb0ddfb3f
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