Skip to content

Instantly share code, notes, and snippets.

@cmcraducu
cmcraducu / bootstrap-vertical-grid.css
Last active September 28, 2017 22:55 — forked from metaist/bootstrap-vertical-grid.css
Bootstrap vertical grid. For laying out full-screen fixed height webapps.
.container-fixed {
bottom: 0;
position: fixed;
left: 0;
right: 0;
top: 0;
}
.container-fixed .col {
height: 100%;