Skip to content

Commit

Permalink
[Security Solution] - Fix flyout pane z index (#104465) (#104558)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Olorunnisola <michael.olorunnisola@elastic.co>
  • Loading branch information
kibanamachine and michaelolo24 authored Jul 7, 2021
1 parent 3120873 commit faaea7d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ interface FlyoutPaneComponentProps {

const StyledEuiFlyout = styled(EuiFlyout)<EuiFlyoutProps>`
animation: none;
min-width: 150px;
z-index: ${({ theme }) => theme.eui.euiZLevel6};
`;

const FlyoutPaneComponent: React.FC<FlyoutPaneComponentProps> = ({
Expand Down

0 comments on commit faaea7d

Please sign in to comment.