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 darnautov committed Jul 7, 2021
1 parent 8916673 commit 5095bb1
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 5095bb1

Please sign in to comment.