From 5ae7ae715d13b668c16559a8cf258fb3a4ea7fd6 Mon Sep 17 00:00:00 2001 From: Grace Date: Tue, 12 Jan 2021 15:12:32 -0800 Subject: [PATCH] fix: do not show vertical scrollbar for charts in dashboard --- .../src/dashboard/stylesheets/components/chart.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/superset-frontend/src/dashboard/stylesheets/components/chart.less b/superset-frontend/src/dashboard/stylesheets/components/chart.less index 9ebb11f66956c..60b9bac5dabc5 100644 --- a/superset-frontend/src/dashboard/stylesheets/components/chart.less +++ b/superset-frontend/src/dashboard/stylesheets/components/chart.less @@ -116,8 +116,6 @@ .chart-slice { height: calc(100% - 32px); - overflow: auto; - height: 100%; } .dot {