mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
fix(plugin-chart-table): remove column misalignment when no scrollbars are present (#36891)
This commit is contained in:
@@ -344,7 +344,7 @@ function StickyWrap({
|
|||||||
style={{
|
style={{
|
||||||
height: bodyHeight,
|
height: bodyHeight,
|
||||||
overflow: 'auto',
|
overflow: 'auto',
|
||||||
scrollbarGutter: 'stable',
|
scrollbarGutter: hasVerticalScroll ? 'stable' : undefined,
|
||||||
width: maxWidth,
|
width: maxWidth,
|
||||||
boxSizing: 'border-box',
|
boxSizing: 'border-box',
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user