Decision
The only solution that I was able to realize, using jQuery to synchronize with the height joanhard on GitHub , a reference to the fooobar.com/questions/949448 / ... .
codepen, http://codepen.io/anon/pen/zgnBE. .
HTML
<div class="main">
<div class="full-height row " >
<div class="full-height small-12 medium-4 columns " >
<div class="full-height-panel panel " >
hello
</div>
</div>
<div class="full-height small-12 medium-4 columns ">
<div class="panel">
hi
</div>
<div class="panel">
hi2
</div>
</div>
<div class="small-12 medium-4 columns">
<div class="panel">
holla
</div>
</div>
</div>
</div>
CSS
html, body
{
height: 100% !important;
padding: 0px;
margin:0;
}
.full-height
{
display:table;
}
.full-height-panel
{
display:table-cell;
}
JavaScript
$(document).foundation();
$(".full-height").height($(".main").parent().height());
jQuery
height:auto; height:100%; panel, column, row, body HTML. - . , .