From c09f98587cd6ad5159430bb5060916c74f238473 Mon Sep 17 00:00:00 2001 From: anamontiaga Date: Wed, 10 Jan 2024 11:49:58 +0100 Subject: [PATCH] add scroll to create first sceanrio dashboard --- .../sidebar/project/scenarios-list/index.tsx | 101 +++++++++--------- 1 file changed, 51 insertions(+), 50 deletions(-) diff --git a/app/layout/project/sidebar/project/scenarios-list/index.tsx b/app/layout/project/sidebar/project/scenarios-list/index.tsx index 40f34975d6..4926fae3b1 100644 --- a/app/layout/project/sidebar/project/scenarios-list/index.tsx +++ b/app/layout/project/sidebar/project/scenarios-list/index.tsx @@ -309,57 +309,58 @@ export const ScenariosList: React.FC = () => { )} {!hasScenarios && !search && !hasFilters && scenariosIsFetched && ( -
- -
-

- Before we can show you any results, we‘ll need you to{' '} - - upload some features, protected areas or cost surface - {' '} - that are essential to the analysis. -

-
-
- -
Upload Protected Areas
- - -
Upload Cost Surface
- - -
Upload Features
- -
-
- - - - -
+
+

+ Before we can show you any results, we‘ll need you to{' '} + + upload some features, protected areas or cost surface + {' '} + that are essential to the analysis. +

+
+
+ +
Upload Protected Areas
+ + +
Upload Cost Surface
+ + +
Upload Features
+ +
+ + + + + + + )} {(hasScenarios || search || hasFilters) && (