diff --git a/www/todo/todo.less b/www/todo/todo.less index 56fa49908..ce35a0bdf 100644 --- a/www/todo/todo.less +++ b/www/todo/todo.less @@ -33,10 +33,17 @@ body { padding: 20px; align-items: center; background-color: lighten(@toolbar-todo-bg, 15%); + min-height: 0; } @spacing: 15px; +#tasksList { + flex: 1; + min-height: 0; + overflow-y: auto, +} + .cp-create-form { margin: @spacing; }