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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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