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

Add scrollbars only when needed
stable
David Barragán Merino 2015-03-12 15:42:53 +01:00
commit 9c254f3f48
1 changed files with 1 additions and 2 deletions

View File

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