mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 05:29:42 -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',
|
||||
alignSelf: 'center',
|
||||
cursor: 'pointer',
|
||||
zIndex: 1,
|
||||
}),
|
||||
checkBox: css({
|
||||
appearance: 'none',
|
||||
|
Loading…
Reference in New Issue
Block a user