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), }),