Skip to content

Commit

Permalink
Merge pull request #208 from labzero/bugfix/touch-warning
Browse files Browse the repository at this point in the history
Move Google Maps touch warning above map markers
  • Loading branch information
JeffreyATW authored May 14, 2018
2 parents d7fd7e5 + 8e9fcfc commit 05df402
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 05df402

Please sign in to comment.