chore: fix z index
CodeQL checks / Analyze (go) (push) Has been cancelled Details
CodeQL checks / Analyze (javascript) (push) Has been cancelled Details
CodeQL checks / Analyze (python) (push) Has been cancelled Details

This commit is contained in:
Alex Spencer 2025-04-28 07:55:23 -07:00
parent 6e725d4402
commit d28318e54c
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ const getStyles = (theme: GrafanaTheme2, isRightAligned: boolean, color: CellCol
minWidth: color.bgColor ? 'calc(100% - 1px)' : '100%',
whiteSpace: 'pre-line',
width: 'fit-content',
zIndex: theme.zIndex.tooltip,
zIndex: 1,
},
}),
cellActions: css({