Skip to content

Commit

Permalink
[Security_Solution][Resolver] Promote z-index on node labels (#80854)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimmel authored Oct 16, 2020
1 parent 02d850f commit 9edae0c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const StyledDescriptionText = styled.div<StyledDescriptionText>`
text-align: left;
text-transform: uppercase;
width: fit-content;
z-index: 40;
z-index: 45;
`;

const StyledOuterGroup = styled.g`
Expand Down Expand Up @@ -393,7 +393,7 @@ const UnstyledProcessEventDot = React.memo(
backgroundColor: colorMap.resolverBackground,
alignSelf: 'flex-start',
padding: 0,
zIndex: 40,
zIndex: 45,
}}
>
<EuiButton
Expand Down

0 comments on commit 9edae0c

Please sign in to comment.