PanelChrome: Fixes z-index issue with status message when hover header is true (#77443)

This commit is contained in:
Torkel Ödegaard
2023-10-31 18:03:00 +01:00
committed by GitHub
parent f9b21083c6
commit 899b3e2b0c

View File

@@ -465,7 +465,7 @@ const getStyles = (theme: GrafanaTheme2) => {
position: 'absolute',
left: 0,
top: 0,
zIndex: theme.zIndex.tooltip,
zIndex: 1,
}),
rightActions: css({
display: 'flex',