From 827419d32e10368a3fb34263b120b2d2fa037478 Mon Sep 17 00:00:00 2001 From: kay delaney <45561153+kaydelaney@users.noreply.github.com> Date: Wed, 28 May 2025 15:37:07 +0100 Subject: [PATCH] Dashboards: Make scrollbar gutter stable (#106157) --- .../dashboard-scene/edit-pane/DashboardEditPaneSplitter.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/dashboard-scene/edit-pane/DashboardEditPaneSplitter.tsx b/public/app/features/dashboard-scene/edit-pane/DashboardEditPaneSplitter.tsx index 079bad18cb2..50b1509a6e2 100644 --- a/public/app/features/dashboard-scene/edit-pane/DashboardEditPaneSplitter.tsx +++ b/public/app/features/dashboard-scene/edit-pane/DashboardEditPaneSplitter.tsx @@ -172,6 +172,7 @@ function getStyles(theme: GrafanaTheme2, headerHeight: number) { bottom: 0, overflow: 'auto', scrollbarWidth: 'thin', + scrollbarGutter: 'stable', // Because the edit pane splitter handle area adds padding we can reduce it here paddingRight: theme.spacing(1), }),