mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[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:
parent
a586f3025f
commit
a9db01d569
1 changed files with 0 additions and 1 deletions
|
@ -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};
|
||||
`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue