Skip to content

Commit

Permalink
[Security Solution] - Fix flyout pane z index (elastic#104465)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelolo24 authored and kibanamachine committed Jul 6, 2021
1 parent 528c174 commit 063bfd3
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 063bfd3

Please sign in to comment.