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

pull/77403/head^2
Torkel Ödegaard 2 years ago committed by GitHub
parent f9b21083c6
commit 899b3e2b0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/grafana-ui/src/components/PanelChrome/PanelChrome.tsx

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

Loading…
Cancel
Save