From fcd79a6fb767705356d83765ec789aa947316cdb Mon Sep 17 00:00:00 2001 From: sylenien Date: Tue, 17 May 2022 18:18:08 +0200 Subject: [PATCH] fix(ui): fix weird scrolling --- .../DashboardMetricSelection/DashboardMetricSelection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/components/Dashboard/components/DashboardMetricSelection/DashboardMetricSelection.tsx b/frontend/app/components/Dashboard/components/DashboardMetricSelection/DashboardMetricSelection.tsx index 6f4e0e876..26c5235c6 100644 --- a/frontend/app/components/Dashboard/components/DashboardMetricSelection/DashboardMetricSelection.tsx +++ b/frontend/app/components/Dashboard/components/DashboardMetricSelection/DashboardMetricSelection.tsx @@ -80,7 +80,7 @@ function DashboardMetricSelection(props) {
-
+
{activeCategory && widgetCategories.map((category, index) =>
{activeCategory && activeCategory.widgets.map((widget: any) => (