From f3a4a93e4906f875e8e00c02c6af02e883315efe Mon Sep 17 00:00:00 2001 From: Natalie Date: Mon, 3 Feb 2020 10:06:27 -0500 Subject: [PATCH] change map z-index so layers browser menu is on top --- app/assets/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/style.css b/app/assets/stylesheets/style.css index 1d64451d246..b47a71628f6 100644 --- a/app/assets/stylesheets/style.css +++ b/app/assets/stylesheets/style.css @@ -597,7 +597,7 @@ textarea, input { .inline-fullwidth-content { width:100vw !important; margin:0 calc((100% / 2) - 50vw) !important; - z-index:0 !important; + z-index: 10 !important; } @media (min-width: 992px) {