mirror of
https://github.com/apache/superset.git
synced 2026-05-21 15:55:10 +00:00
fix(explore): prevent unnecessary scrollbars during chart rendering (#39291)
This commit is contained in:
@@ -307,7 +307,7 @@ const ExploreChartPanel = ({
|
||||
css={css`
|
||||
min-height: 0;
|
||||
flex: 1;
|
||||
overflow: auto;
|
||||
overflow: hidden;
|
||||
`}
|
||||
ref={chartPanelRef}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user