Skip to content

Commit

Permalink
Use correct z-index for timeline global footer (elastic#111492) (elas…
Browse files Browse the repository at this point in the history
…tic#111749)

Co-authored-by: Kevin Qualters <[email protected]>
  • Loading branch information
kibanamachine and kqualters-elastic authored Sep 9, 2021
1 parent 506b09b commit fd6c1d1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const StyledKibanaPageTemplate = styled(KibanaPageTemplate)<{
transform: ${(
{ $isShowingTimelineOverlay } // Since the bottom bar wraps the whole overlay now, need to override any transforms when it is open
) => ($isShowingTimelineOverlay ? 'none' : 'translateY(calc(100% - 50px))')};
z-index: ${({ theme }) => theme.eui.euiZLevel8};
.${IS_DRAGGING_CLASS_NAME} & {
// When a drag is in process the bottom flyout should slide up to allow a drop
Expand Down

0 comments on commit fd6c1d1

Please sign in to comment.