diff --git a/frontend/src/Editor.svelte b/frontend/src/Editor.svelte index c222e3b..82e5ba2 100644 --- a/frontend/src/Editor.svelte +++ b/frontend/src/Editor.svelte @@ -108,6 +108,7 @@ margin: 0; height: 50%; background-color: aqua; + overflow-y: auto; } .lastClicked { @@ -143,7 +144,6 @@
{#if currentTask != null} - start

{currentTask}

{taskMap.get(currentTask).comment}