Merge pull request #397 from taigaio/revert-396-issue/2431/hide-scrollbars

Revert "Add scrollbars only when needed"
stable
David Barragán Merino 2015-03-12 15:43:55 +01:00
commit 62b811a8ab
1 changed files with 2 additions and 1 deletions

View File

@ -110,7 +110,8 @@ $column-margin: 0 10px 0 0;
.taskboard-table-body {
height: 700px;
overflow: auto;
overflow-x: scroll;
overflow-y: scroll;
width: 100%;
.task-column {
flex-basis: $column-width;