diff --git a/superset-frontend/src/dashboard/stylesheets/components/chart.less b/superset-frontend/src/dashboard/stylesheets/components/chart.less index 9ebb11f66956..510e5303b060 100644 --- a/superset-frontend/src/dashboard/stylesheets/components/chart.less +++ b/superset-frontend/src/dashboard/stylesheets/components/chart.less @@ -118,6 +118,8 @@ height: calc(100% - 32px); overflow: auto; height: 100%; + display: flex; + flex-direction: column; } .dot {