Set ExploreDrawer Z index to one below dashboard search (#55323)

pull/55596/head
Kristina 3 years ago committed by GitHub
parent a9a86cbe54
commit 5be04f5336
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/features/explore/ExploreDrawer.tsx

@ -28,7 +28,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme2) => {
border-top: 1px solid ${theme.colors.border.weak};
margin: ${theme.spacing(0, -2, 0, -2)};
box-shadow: ${theme.shadows.z3};
z-index: ${theme.zIndex.sidemenu};
z-index: ${theme.zIndex.navbarFixed};
`,
drawerActive: css`
opacity: 1;

Loading…
Cancel
Save