diff --git a/packages/grafana-ui/src/components/Drawer/Drawer.tsx b/packages/grafana-ui/src/components/Drawer/Drawer.tsx index fc161a10615..3d600cd1f19 100644 --- a/packages/grafana-ui/src/components/Drawer/Drawer.tsx +++ b/packages/grafana-ui/src/components/Drawer/Drawer.tsx @@ -258,7 +258,7 @@ const getStyles = (theme: GrafanaTheme2) => { drawerContent: css({ backgroundColor: `${theme.colors.background.primary} !important`, display: 'flex', - overflow: 'unset', + overflow: 'unset !important', flexDirection: 'column', }), drawerMotion: css({