Add back a lower z-index (#50285)

This commit is contained in:
Ashley Harrison
2022-06-07 10:25:34 +01:00
committed by GitHub
parent 5932a22996
commit 13a71e7219

View File

@@ -232,6 +232,7 @@ export const getCheckboxStyles = stylesFactory((theme: GrafanaTheme2) => {
display: 'flex',
alignSelf: 'center',
cursor: 'pointer',
zIndex: 1,
}),
checkBox: css({
appearance: 'none',