Skip to content

Instantly share code, notes, and snippets.

@csessig86
Created May 6, 2013 23:12
Show Gist options
  • Save csessig86/5529025 to your computer and use it in GitHub Desktop.
Save csessig86/5529025 to your computer and use it in GitHub Desktop.
Responsive maps blog 2
/* Sidebar */
#sidebar {
position: absolute;
top: 2%;
right: 1%;
height: 96%;
width: 30%;
z-index: 2;
border: 1px solid #999;
padding-left: 1%;
padding-right: 1%;
background-color: #FFFFFF;
background-color:rgba(255,255,255,0.9);
}
#sidebar h3 {
line-height: 30px;
}
#sidebar_content {
float: left;
width: 30%;
height: 70%;
position: fixed;
overflow: auto;
padding-top: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment