mirror of
https://github.com/apache/superset.git
synced 2026-04-10 20:06:13 +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={{
|
||||
height: bodyHeight,
|
||||
overflow: 'auto',
|
||||
scrollbarGutter: 'stable',
|
||||
scrollbarGutter: hasVerticalScroll ? 'stable' : undefined,
|
||||
width: maxWidth,
|
||||
boxSizing: 'border-box',
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user