From a91361e26f103c216b0afbcd298f39608770543c Mon Sep 17 00:00:00 2001 From: Michael Olorunnisola Date: Tue, 6 Jul 2021 15:18:32 -0400 Subject: [PATCH] change z level --- .../public/timelines/components/flyout/pane/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/timelines/components/flyout/pane/index.tsx b/x-pack/plugins/security_solution/public/timelines/components/flyout/pane/index.tsx index 87090db599ebc..3c9d9161a7a48 100644 --- a/x-pack/plugins/security_solution/public/timelines/components/flyout/pane/index.tsx +++ b/x-pack/plugins/security_solution/public/timelines/components/flyout/pane/index.tsx @@ -26,7 +26,7 @@ interface FlyoutPaneComponentProps { const StyledEuiFlyout = styled(EuiFlyout)` animation: none; min-width: 150px; - z-index: ${({ theme }) => theme.eui.euiZLevel8}; + z-index: ${({ theme }) => theme.eui.euiZLevel6}; `; const FlyoutPaneComponent: React.FC = ({