Use correct z-index for timeline global footer (#111492)

This commit is contained in:
Kevin Qualters 2021-09-09 11:55:57 -04:00 committed by GitHub
parent fdc7aac4aa
commit 930bc9c1e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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