Merge pull request #396 from taigaio/issue/2431/hide-scrollbars
Add scrollbars only when neededstable
commit
9c254f3f48
|
@ -110,8 +110,7 @@ $column-margin: 0 10px 0 0;
|
|||
|
||||
.taskboard-table-body {
|
||||
height: 700px;
|
||||
overflow-x: scroll;
|
||||
overflow-y: scroll;
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
.task-column {
|
||||
flex-basis: $column-width;
|
||||
|
|
Loading…
Reference in New Issue