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
…#81374)

Co-authored-by: Brent Kimmel <bkimmel@users.noreply.github.com>
  • Loading branch information
jonathan-buttner and bkimmel authored Oct 21, 2020
1 parent 9455bb6 commit 2145fc3
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 2145fc3

Please sign in to comment.