mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06: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