70 pixels more to test
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
* breathing room). A fixed-px budget is more reliable than a proportional vh value
|
||||
* because that chrome is a fixed height regardless of screen size.
|
||||
*
|
||||
* Tune the single number below (170px) if the scrollbar is still clipped or if you
|
||||
* Tune the single number below (240px) if the scrollbar is still clipped or if you
|
||||
* want the columns taller.
|
||||
*
|
||||
* The selector is intentionally more specific than core's single-class rule, and
|
||||
@@ -27,6 +27,6 @@
|
||||
* (non-important) min-height, so we reset it to 0 and let max-height win.
|
||||
*/
|
||||
#board td .board-task-list.board-task-list-compact {
|
||||
max-height: calc(100vh - 170px) !important;
|
||||
max-height: calc(100vh - 240px) !important;
|
||||
min-height: 0 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user