From c3e3067cf4d4f752f59a97ebb0a7d019d0b5a444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agn=C3=A8s=20Toulet?= <35176601+AgnesToulet@users.noreply.github.com> Date: Wed, 22 Apr 2020 10:28:34 +0200 Subject: [PATCH] Drawer: update z-index to show tooltips (#23770) --- packages/grafana-ui/src/components/Drawer/Drawer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/grafana-ui/src/components/Drawer/Drawer.tsx b/packages/grafana-ui/src/components/Drawer/Drawer.tsx index ece1a62a474..526f0b6afc1 100644 --- a/packages/grafana-ui/src/components/Drawer/Drawer.tsx +++ b/packages/grafana-ui/src/components/Drawer/Drawer.tsx @@ -36,6 +36,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme, scollableContent: boolean) flex-direction: column; overflow: hidden; } + z-index: ${theme.zIndex.dropdown}; `, header: css` background-color: ${theme.colors.bg2};