Skip to content

Instantly share code, notes, and snippets.

@MateoV
Created January 19, 2012 18:46
Show Gist options
  • Save MateoV/1641788 to your computer and use it in GitHub Desktop.
Save MateoV/1641788 to your computer and use it in GitHub Desktop.
#mymap {
position: absolute;
top: 0;
right: 400px;
bottom: 0;
left: 0;
}
#sidebar {
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 359px;
background: #111;
color: #fff;
border-left:1px solid #000;
padding: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment