We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b6084b commit 5727481Copy full SHA for 5727481
1 file changed
x-pack/plugins/security_solution/public/resolver/view/process_event_dot.tsx
@@ -62,7 +62,7 @@ const StyledDescriptionText = styled.div<StyledDescriptionText>`
62
text-align: left;
63
text-transform: uppercase;
64
width: fit-content;
65
- z-index: 40;
+ z-index: 45;
66
`;
67
68
const StyledOuterGroup = styled.g`
@@ -393,7 +393,7 @@ const UnstyledProcessEventDot = React.memo(
393
backgroundColor: colorMap.resolverBackground,
394
alignSelf: 'flex-start',
395
padding: 0,
396
- zIndex: 40,
+ zIndex: 45,
397
}}
398
>
399
<EuiButton
0 commit comments