We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c655f50 commit 5aa8181Copy full SHA for 5aa8181
1 file changed
x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/view/details/index.tsx
@@ -70,7 +70,12 @@ export const HostDetailsFlyout = memo(() => {
70
}, [error, toasts]);
71
72
return (
73
- <EuiFlyout onClose={handleFlyoutClose} data-test-subj="hostDetailsFlyout" size="s">
+ <EuiFlyout
74
+ onClose={handleFlyoutClose}
75
+ style={{ zIndex: 4001 }}
76
+ data-test-subj="hostDetailsFlyout"
77
+ size="s"
78
+ >
79
<EuiFlyoutHeader hasBorder>
80
<EuiTitle size="s">
81
<h2 data-test-subj="hostDetailsFlyoutTitle">
0 commit comments