Drawer: update z-index to show tooltips (#23770)

This commit is contained in:
Agnès Toulet
2020-04-22 10:28:34 +02:00
committed by GitHub
parent 89a75343eb
commit c3e3067cf4

View File

@@ -36,6 +36,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme, scollableContent: boolean)
flex-direction: column;
overflow: hidden;
}
z-index: ${theme.zIndex.dropdown};
`,
header: css`
background-color: ${theme.colors.bg2};