Skip to content

Commit

Permalink
[Security Solution] - Fix flyout pane z index (#104465) (#104557)
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 6, 2021
1 parent 1d37c62 commit cb899fe
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 cb899fe

Please sign in to comment.