From ecc37b85a9fed343963d136964c58117f77a0fc2 Mon Sep 17 00:00:00 2001 From: Paul Marbach Date: Tue, 2 Dec 2025 12:44:14 -0500 Subject: [PATCH] remove thin definition, it doesnt do anything --- .../panel-edit/PanelDataPane/QueryDetailView.tsx | 2 -- 1 file changed, 2 deletions(-) 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