70 pixels more to test

This commit is contained in:
2026-06-28 16:54:23 -03:00
parent 7a90d15e82
commit 9541ea83e3

View File

@@ -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;
}