Skip to content

Commit

Permalink
[SECURITY_SOLUTION] add z-index to get over nav bar (#74427) (#74462)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
kevinlog and elasticmachine authored Aug 6, 2020
1 parent 70e261c commit 9d839cd
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 9d839cd

Please sign in to comment.