Dashboards: Make scrollbar gutter stable (#106157)

This commit is contained in:
kay delaney
2025-05-28 15:37:07 +01:00
committed by GitHub
parent 09565cdd24
commit 827419d32e
@@ -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),
}),