diff --git a/public/app/features/dashboard-scene/panel-edit/PanelDataPane/QueryDetailView.tsx b/public/app/features/dashboard-scene/panel-edit/PanelDataPane/QueryDetailView.tsx index 43839710921..e229cea22d2 100644 --- a/public/app/features/dashboard-scene/panel-edit/PanelDataPane/QueryDetailView.tsx +++ b/public/app/features/dashboard-scene/panel-edit/PanelDataPane/QueryDetailView.tsx @@ -405,8 +405,6 @@ const getStyles = (theme: GrafanaTheme2) => { padding: theme.spacing(2), height: '100%', overflow: 'scroll', - scrollbarWidth: 'thin', - scrollbarColor: theme.isDark ? '#fff5 #fff1' : '#0005 #0001', }), queryOperationRow: css({ marginBottom: '0 !important', // need to beat specificty in the underling component