Add back a lower z-index (#50285) (#50288)

(cherry picked from commit 13a71e7219)

Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2022-06-07 11:49:23 +02:00
committed by GitHub
co-authored by Ashley Harrison
parent fe220eb570
commit 5275a21c5c
@@ -232,6 +232,7 @@ export const getCheckboxStyles = stylesFactory((theme: GrafanaTheme2) => {
display: 'flex',
alignSelf: 'center',
cursor: 'pointer',
zIndex: 1,
}),
checkBox: css({
appearance: 'none',