From 50046e7fd655e263101b4af0400a2a49abe85aec Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Tue, 12 Jan 2021 15:36:07 -0800 Subject: [PATCH] flexbox ftw --- .../src/dashboard/stylesheets/components/chart.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/superset-frontend/src/dashboard/stylesheets/components/chart.less b/superset-frontend/src/dashboard/stylesheets/components/chart.less index 9ebb11f66956c..510e5303b060b 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 {