diff --git a/superset-frontend/src/explore/components/ExploreChartPanel/index.tsx b/superset-frontend/src/explore/components/ExploreChartPanel/index.tsx index 697e5ef419d..55a3b7647cf 100644 --- a/superset-frontend/src/explore/components/ExploreChartPanel/index.tsx +++ b/superset-frontend/src/explore/components/ExploreChartPanel/index.tsx @@ -307,7 +307,7 @@ const ExploreChartPanel = ({ css={css` min-height: 0; flex: 1; - overflow: auto; + overflow: hidden; `} ref={chartPanelRef} >