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

This commit is contained in:
Kristina
2022-09-21 14:49:29 -05:00
committed by GitHub
parent a9a86cbe54
commit 5be04f5336

View File

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