Skip to content

Instantly share code, notes, and snippets.

@skammer
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save skammer/2f4d81d08f3669e93d92 to your computer and use it in GitHub Desktop.

Select an option

Save skammer/2f4d81d08f3669e93d92 to your computer and use it in GitHub Desktop.
html, body {
height: 100%;
}
#sidebar {
position: relative;
float: left;
height: 100%;
display: flex;
flex-direction: column;
}
#calendar {
flex-basis: 155px;
}
#options {
flex-basis: 90px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment