Commit c3e3067c by Agnès Toulet Committed by GitHub

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

parent 89a75343
......@@ -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};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment