Skip to content

Commit

Permalink
add z-index to get over nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlog committed Aug 5, 2020
1 parent c655f50 commit 5aa8181
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 5aa8181

Please sign in to comment.