diff --git a/packages/grafana-ui/src/components/Drawer/Drawer.tsx b/packages/grafana-ui/src/components/Drawer/Drawer.tsx index b6487f06563..ce9a075fdd9 100644 --- a/packages/grafana-ui/src/components/Drawer/Drawer.tsx +++ b/packages/grafana-ui/src/components/Drawer/Drawer.tsx @@ -294,7 +294,8 @@ const getStyles = (theme: GrafanaTheme2) => { // but we don't want the backdrop styling to apply over the top bar as it looks weird // instead have a child pseudo element to apply the backdrop styling below the top bar mask: css({ - backgroundColor: 'transparent', + // The !important here is to override the default .rc-drawer-mask styles + backgroundColor: 'transparent !important', position: 'fixed', '&:before': {