From bfbf767663ebe8bfa6bf9ab230050e6d00b19102 Mon Sep 17 00:00:00 2001 From: Phillip Kelley-Dotson Date: Wed, 12 May 2021 11:47:29 -0700 Subject: [PATCH] fix: dashboard side actions (#14587) * fix dashboard side actions * lint being lint --- .../dashboard/components/DashboardBuilder/DashboardContainer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardContainer.tsx b/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardContainer.tsx index 7d5d07d57..4bdd66744 100644 --- a/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardContainer.tsx +++ b/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardContainer.tsx @@ -72,6 +72,7 @@ const DashboardContainer: FC = ({ topLevelTabs }) => { activeKey={activeKey} renderTabBar={() => <>} fullWidth={false} + allowOverflow > {childIds.map((id, index) => ( // Matching the key of the first TabPane irrespective of topLevelTabs