[Security Solution] - Fix flyout pane z index (#104465)

This commit is contained in:
Michael Olorunnisola 2021-07-06 17:52:29 -04:00 committed by GitHub
parent 52c7824bff
commit 7d51136523
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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> = ({