diff --git a/core/core-frontend/src/views/chart/components/js/panel/common/common_table.ts b/core/core-frontend/src/views/chart/components/js/panel/common/common_table.ts index 7944bb6819..12647d23ba 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/common/common_table.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/common/common_table.ts @@ -174,7 +174,9 @@ export function getCustomTheme(chart: Chart): S2Theme { }, scrollBar: { thumbColor: scrollBarColor, - thumbHoverColor: scrollBarHoverColor + thumbHoverColor: scrollBarHoverColor, + size: 8, + hoverSize: 12 } }