Skip to content

Instantly share code, notes, and snippets.

@thirdj
Created August 16, 2013 08:51
Show Gist options
  • Select an option

  • Save thirdj/6248326 to your computer and use it in GitHub Desktop.

Select an option

Save thirdj/6248326 to your computer and use it in GitHub Desktop.
css로 높이 100% 주기 From http://jsbin.com/uqarar/1/edita
html, body { margin: 0; padding: 0;}
#leftBar {
position: fixed;
top: 0;
left: 0;
bottom: 0;
color: red;
opacity: .50;
background-color: #000;
width: 100%;
_text-align: center;
overflow-y: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment