mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Drawer: update z-index to show tooltips (#23770)
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user