Keep swimlane headers at the top

This commit is contained in:
Manfred Hoffmann
2021-04-24 05:18:46 +02:00
committed by GitHub
parent e41254ed74
commit 3c6df7a6c6
4 changed files with 45 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@@ -16,10 +16,20 @@
margin-bottom: 0
}
#board tr.board-swimlane-columns-first {
visibility: hidden;
padding: 0px
}
#board th.board-column-header {
width: 240px
}
#board th.board-column-header-first {
visibility:hidden;
padding: 0px
}
#board td {
vertical-align: top
}