Skip to content

Commit

Permalink
Move Google Maps touch warning above map markers
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyATW committed May 7, 2018
1 parent a4db19f commit 8e9fcfc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles/globalCss.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 8e9fcfc

Please sign in to comment.