mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PanelChrome: Fixes z-index issue with status message when hover header is true (#77443)
This commit is contained in:
@@ -465,7 +465,7 @@ const getStyles = (theme: GrafanaTheme2) => {
|
||||
position: 'absolute',
|
||||
left: 0,
|
||||
top: 0,
|
||||
zIndex: theme.zIndex.tooltip,
|
||||
zIndex: 1,
|
||||
}),
|
||||
rightActions: css({
|
||||
display: 'flex',
|
||||
|
||||
Reference in New Issue
Block a user