Skip to content

Commit

Permalink
Make global filters appear below data grid
Browse files Browse the repository at this point in the history
  • Loading branch information
kqualters-elastic committed Sep 2, 2021
1 parent 7a96424 commit 0c1da5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { useGlobalHeaderPortal } from '../../../../common/hooks/use_global_heade

const StyledStickyWrapper = styled.div`
position: sticky;
z-index: ${(props) => props.theme.eui.euiZLevel2};
z-index: ${(props) => props.theme.eui.euiZHeaderBelowDataGrid};
// TOP location is declared in src/public/rendering/_base.scss to keep in line with Kibana Chrome
`;

Expand Down

0 comments on commit 0c1da5a

Please sign in to comment.