From 7a3456ca1dc804ab2dbff88c089cf2e2e46c0c47 Mon Sep 17 00:00:00 2001 From: Vladyslav Matsiiako Date: Tue, 25 Apr 2023 19:25:31 -0700 Subject: [PATCH] scrolling fix --- frontend/src/views/DashboardPage/DashboardEnvOverview.tsx | 4 ++-- .../components/EnvComparisonRow/EnvComparisonRow.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/DashboardPage/DashboardEnvOverview.tsx b/frontend/src/views/DashboardPage/DashboardEnvOverview.tsx index a2a2ea624..f4efa8583 100644 --- a/frontend/src/views/DashboardPage/DashboardEnvOverview.tsx +++ b/frontend/src/views/DashboardPage/DashboardEnvOverview.tsx @@ -234,14 +234,14 @@ export const DashboardEnvOverview = ({onEnvChange}: {onEnvChange: any;}) => { */} -
+
0
0
{userAvailableEnvs?.map(env => { - return
+ return