From ffa587352931137515adf1297d12da50822cbd06 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 1 Jun 2022 12:47:59 -0400 Subject: [PATCH] DashList: Remove star z-index (#50029) Closes #49796 (cherry picked from commit 6ceb40e20e49f983f4a56c2556c54b62ad5f9d54) Co-authored-by: Alexander Kubyshkin --- public/app/plugins/panel/dashlist/DashList.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/public/app/plugins/panel/dashlist/DashList.tsx b/public/app/plugins/panel/dashlist/DashList.tsx index 255ecffdb78..60fc7c569ee 100644 --- a/public/app/plugins/panel/dashlist/DashList.tsx +++ b/public/app/plugins/panel/dashlist/DashList.tsx @@ -232,7 +232,6 @@ export const getCheckboxStyles = stylesFactory((theme: GrafanaTheme2) => { display: 'flex', alignSelf: 'center', cursor: 'pointer', - zIndex: 100, }), checkBox: css({ appearance: 'none',