From 9287b26d8faebbbc7b488157096f4ed43a506d92 Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Sun, 28 Jun 2026 19:32:02 +0900 Subject: fix(tasks): fixed height 60vh with scrollbar on overflow --- src/features/surface-host/ui/TodoList.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/features') diff --git a/src/features/surface-host/ui/TodoList.svelte b/src/features/surface-host/ui/TodoList.svelte index e9b1b58..466cc2d 100644 --- a/src/features/surface-host/ui/TodoList.svelte +++ b/src/features/surface-host/ui/TodoList.svelte @@ -7,7 +7,9 @@ {#if data !== null && data.todos.length > 0} -