From 6ceb40e20e49f983f4a56c2556c54b62ad5f9d54 Mon Sep 17 00:00:00 2001 From: Alexander Kubyshkin Date: Wed, 1 Jun 2022 19:35:15 +0300 Subject: [PATCH] DashList: Remove star z-index Closes #49796 --- 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',