From 7d5113652382fb261410411c4bb34409325972c1 Mon Sep 17 00:00:00 2001 From: Michael Olorunnisola Date: Tue, 6 Jul 2021 17:52:29 -0400 Subject: [PATCH] [Security Solution] - Fix flyout pane z index (#104465) --- .../public/timelines/components/flyout/pane/index.tsx | 2 ++ 1 file changed, 2 insertions(+) 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 14ebfbc20d9c..3c9d9161a7a4 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 @@ -25,6 +25,8 @@ interface FlyoutPaneComponentProps { const StyledEuiFlyout = styled(EuiFlyout)` animation: none; + min-width: 150px; + z-index: ${({ theme }) => theme.eui.euiZLevel6}; `; const FlyoutPaneComponent: React.FC = ({