diff --git a/README.md b/README.md index b2fcd7e..f4eaa91 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ list: ```css #board td .board-task-list.board-task-list-compact { - max-height: calc(100vh - 170px) !important; + max-height: calc(100vh - 240px) !important; } ``` @@ -55,7 +55,7 @@ from the folder name). Reload the board; no build step, no configuration. ## Tuning -Edit the single `170px` value in `Asset/css/shrink-vertically.css`. Increase it if the +Edit the single `240px` value in `Asset/css/shrink-vertically.css`. Increase it if the scrollbar is still clipped (for example with a taller theme header); decrease it to make the collapsed columns taller.