Revert "Add scrollbars only when needed"
parent
9c254f3f48
commit
6fddf57c93
|
@ -110,7 +110,8 @@ $column-margin: 0 10px 0 0;
|
||||||
|
|
||||||
.taskboard-table-body {
|
.taskboard-table-body {
|
||||||
height: 700px;
|
height: 700px;
|
||||||
overflow: auto;
|
overflow-x: scroll;
|
||||||
|
overflow-y: scroll;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
.task-column {
|
.task-column {
|
||||||
flex-basis: $column-width;
|
flex-basis: $column-width;
|
||||||
|
|
Loading…
Reference in New Issue