Skip to content

Instantly share code, notes, and snippets.

@cmnstmntmn
Created March 18, 2015 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmnstmntmn/67c9ad6b911308b6747a to your computer and use it in GitHub Desktop.
Save cmnstmntmn/67c9ad6b911308b6747a to your computer and use it in GitHub Desktop.
.overlay {
position:absolute;
width:100%;
height:100%;
background-color:transparent;
z-index:999;
}
<div id="map_canvas">
<div class="overlay"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment