Dashboards: Make scrollbar gutter stable (#106157)
This commit is contained in:
@@ -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),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user