From cb899feedb0cf6331ccc8025282cb01e437826bb Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Tue, 6 Jul 2021 19:57:46 -0400 Subject: [PATCH] [Security Solution] - Fix flyout pane z index (#104465) (#104557) Co-authored-by: Michael Olorunnisola --- .../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 14ebfbc20d9c9..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 @@ -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 = ({