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 8dcccd6 commit bc20edc
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,12 @@ export const HostDetailsFlyout = memo(() => {
}, [error, 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 bc20edc

Please sign in to comment.