Skip to content

Commit

Permalink
[SECURITY_SOLUTION] add z-index to get over nav bar (elastic#74427)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlog committed Aug 5, 2020
1 parent 3643a17 commit 3196934
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,12 @@ export const HostDetailsFlyout = memo(() => {
}, [error, notifications.toasts]);

return (
<EuiFlyout onClose={handleFlyoutClose} data-test-subj="hostDetailsFlyout" size="s">
<EuiFlyout
onClose={handleFlyoutClose}
style={{ zIndex: 4001 }}
data-test-subj="hostDetailsFlyout"
size="s"
>
<EuiFlyoutHeader hasBorder>
<EuiTitle size="s">
<h2 data-test-subj="hostDetailsFlyoutTitle">
Expand Down

0 comments on commit 3196934

Please sign in to comment.