mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Add back a lower z-index (#50285)
This commit is contained in:
parent
5932a22996
commit
13a71e7219
@ -232,6 +232,7 @@ export const getCheckboxStyles = stylesFactory((theme: GrafanaTheme2) => {
|
|||||||
display: 'flex',
|
display: 'flex',
|
||||||
alignSelf: 'center',
|
alignSelf: 'center',
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
|
zIndex: 1,
|
||||||
}),
|
}),
|
||||||
checkBox: css({
|
checkBox: css({
|
||||||
appearance: 'none',
|
appearance: 'none',
|
||||||
|
Loading…
Reference in New Issue
Block a user