From 5275a21c5c92e949d07a05d6ecc96e7a99e7b2f2 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 7 Jun 2022 05:49:23 -0400 Subject: [PATCH] Add back a lower z-index (#50285) (#50288) (cherry picked from commit 13a71e72196a13c9c480472c93d43d93ed2e0726) Co-authored-by: Ashley Harrison --- public/app/plugins/panel/dashlist/DashList.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/plugins/panel/dashlist/DashList.tsx b/public/app/plugins/panel/dashlist/DashList.tsx index 60fc7c569ee..ed726ee495a 100644 --- a/public/app/plugins/panel/dashlist/DashList.tsx +++ b/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',