Skip to content

Instantly share code, notes, and snippets.

@adamrosloniec
Created October 11, 2015 21:11
Show Gist options
  • Save adamrosloniec/438e7ab6244349998c0b to your computer and use it in GitHub Desktop.
Save adamrosloniec/438e7ab6244349998c0b to your computer and use it in GitHub Desktop.
google maps - parallax horizontal line fix - white horizontal line fix
// google maps - parallax - white color - horizontal line - fix
// just inside it in styles css
$COLOR = your google maps background color - it's color of horizontal line
.gm-style > div:first-child {
background-color: $COLOR;
}
// example:
.gm-style > div:first-child {
background-color: $212121;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment