Skip to content

Instantly share code, notes, and snippets.

@skammer
Last active August 29, 2015 14:06
Show Gist options
  • Save skammer/2f4d81d08f3669e93d92 to your computer and use it in GitHub Desktop.
Save skammer/2f4d81d08f3669e93d92 to your computer and use it in GitHub Desktop.
html, body {
height: 100%;
}
#sidebar {
position: relative;
float: left;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
#calendar {
min-height: 140px
}
#options {
min-height: 65px
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment