From 8e9fcfcef4f0bf557edfe7d71e5979eb0549f11a Mon Sep 17 00:00:00 2001 From: Jeffrey Carl Faden Date: Mon, 7 May 2018 16:41:57 -0700 Subject: [PATCH] Move Google Maps touch warning above map markers --- src/styles/globalCss.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/styles/globalCss.scss b/src/styles/globalCss.scss index df1cf3e3d..2ce0950b9 100644 --- a/src/styles/globalCss.scss +++ b/src/styles/globalCss.scss @@ -92,3 +92,9 @@ a { border-color: $border-color; } } + +// causes google maps touch warning to appear above markers +.gm-style-pbc { + z-index: 5 !important; + pointer-events: none; +}