Broken header clearfix in flex-table. Poltergeist

stable
Xavier Julián 2014-07-01 13:15:33 +02:00
parent 982d426aa9
commit bd28d92e37
1 changed files with 3 additions and 0 deletions

View File

@ -12,11 +12,14 @@ $column-margin: 0 10px 0 0;
}
.taskboard-table-header {
height: 40px;
margin-bottom: .5rem;
position: relative;
width: 100%;
.taskboard-table-inner {
@include table-flex();
overflow: hidden;
position: absolute;
}
.task-colum_name {
@include table-flex-child($column-flex, $column-width, $column-shrink, $column-width);