Add column vertical scrolling and set column height dynamically
This commit is contained in:
@@ -775,11 +775,11 @@ nav .active a {
|
||||
width: 120px; /* Width of swimlane column */
|
||||
}
|
||||
|
||||
#board th.board-column {
|
||||
#board th.board-column-header {
|
||||
width: 240px; /* Width of other columns, in default [horizontal scrolling] view mode */
|
||||
}
|
||||
|
||||
#board th.board-column.board-column-compact {
|
||||
#board th.board-column-header.board-column-compact {
|
||||
width: initial; /* Do not force the width of the columns in compact view mode */
|
||||
}
|
||||
|
||||
@@ -793,10 +793,6 @@ nav .active a {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#board td.task-limit-warning {
|
||||
background-color: #DF5353;
|
||||
}
|
||||
|
||||
/* column header */
|
||||
.board-add-icon {
|
||||
float: left;
|
||||
@@ -838,6 +834,16 @@ nav .active a {
|
||||
.board-swimlane-title {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/* board task list */
|
||||
.board-task-list {
|
||||
height: 500px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.board-task-list-limit {
|
||||
background-color: #DF5353;
|
||||
}
|
||||
/* task inside the board */
|
||||
.task-board {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user