Skip to content

Commit 5727481

Browse files
bkimmeljonathan-buttner
authored andcommitted
[Security_Solution][Resolver] Promote z-index on node labels (#80854)
1 parent 6b6084b commit 5727481

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

x-pack/plugins/security_solution/public/resolver/view/process_event_dot.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const StyledDescriptionText = styled.div<StyledDescriptionText>`
6262
text-align: left;
6363
text-transform: uppercase;
6464
width: fit-content;
65-
z-index: 40;
65+
z-index: 45;
6666
`;
6767

6868
const StyledOuterGroup = styled.g`
@@ -393,7 +393,7 @@ const UnstyledProcessEventDot = React.memo(
393393
backgroundColor: colorMap.resolverBackground,
394394
alignSelf: 'flex-start',
395395
padding: 0,
396-
zIndex: 40,
396+
zIndex: 45,
397397
}}
398398
>
399399
<EuiButton

0 commit comments

Comments
 (0)