From f6d7134e5ec258a45246a682140566eddf260e21 Mon Sep 17 00:00:00 2001 From: Adrian Ang <74433074+acang-gs@users.noreply.github.com> Date: Fri, 30 Jun 2023 17:03:18 -0700 Subject: [PATCH 1/2] stop scenario map layer box from intercepting click --- .../spa/src/components/scenario-module/scenario-create-map.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/stormpiper/stormpiper/spa/src/components/scenario-module/scenario-create-map.jsx b/stormpiper/stormpiper/spa/src/components/scenario-module/scenario-create-map.jsx index 146738eb..2a985e8a 100644 --- a/stormpiper/stormpiper/spa/src/components/scenario-module/scenario-create-map.jsx +++ b/stormpiper/stormpiper/spa/src/components/scenario-module/scenario-create-map.jsx @@ -347,6 +347,7 @@ export default function ScenarioCreateMap({ position: "relative", display: "flex", flexDirection: "column", + pointerEvents: "none", }} > Date: Fri, 30 Jun 2023 17:04:48 -0700 Subject: [PATCH 2/2] remove scenario all map sticky positioning --- .../spa/src/components/scenario-module/scenario-page.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stormpiper/stormpiper/spa/src/components/scenario-module/scenario-page.jsx b/stormpiper/stormpiper/spa/src/components/scenario-module/scenario-page.jsx index e608088d..79fca916 100644 --- a/stormpiper/stormpiper/spa/src/components/scenario-module/scenario-page.jsx +++ b/stormpiper/stormpiper/spa/src/components/scenario-module/scenario-page.jsx @@ -31,7 +31,7 @@ export default function ScenarioReviewPage() { return ( - + - +