Skip to content

Instantly share code, notes, and snippets.

@carbonrobot
Created August 21, 2013 15:04
Show Gist options
  • Select an option

  • Save carbonrobot/6295651 to your computer and use it in GitHub Desktop.

Select an option

Save carbonrobot/6295651 to your computer and use it in GitHub Desktop.
2 pane fixed/scroll
body,html{
height:100%;
overflow:hidden;
margin:0;
padding:0;
}
#left,#right{
width:50%;
float:left;
padding:1em;
height:100%;
box-sizing:border-box;
-moz-box-sizing:border-box;
}
#right{
overflow:auto;
border-left:solid 1px #000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment