Skip to content

Commit

Permalink
change z level
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelolo24 committed Jul 6, 2021
1 parent 339fe57 commit a91361e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ interface FlyoutPaneComponentProps {
const StyledEuiFlyout = styled(EuiFlyout)<EuiFlyoutProps>`
animation: none;
min-width: 150px;
z-index: ${({ theme }) => theme.eui.euiZLevel8};
z-index: ${({ theme }) => theme.eui.euiZLevel6};
`;

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

0 comments on commit a91361e

Please sign in to comment.