Add back a lower z-index (#50285)

location-srv-update
Ashley Harrison 3 years ago committed by GitHub
parent 5932a22996
commit 13a71e7219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      public/app/plugins/panel/dashlist/DashList.tsx

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

Loading…
Cancel
Save