I\'m having some troubles trying to create a div with height:100% inside a wrap with display:table-cell.
div
height:100%
display:table-cell
I\'ve noticed it doesn
You must set the .content and .table .table-cell classes as below
.content
.table .table-cell
.content { display: table; height: 100%; } .table, .table-cell { height: 100%; }