fix(plugin-chart-table): remove column misalignment when no scrollbars are present (#36891)

This commit is contained in:
Enzo Martellucci
2026-01-05 13:52:37 +01:00
committed by GitHub
parent 2080633e57
commit 740ddc03e2

View File

@@ -344,7 +344,7 @@ function StickyWrap({
style={{
height: bodyHeight,
overflow: 'auto',
scrollbarGutter: 'stable',
scrollbarGutter: hasVerticalScroll ? 'stable' : undefined,
width: maxWidth,
boxSizing: 'border-box',
}}