From ddfca887c3b477a7424b94c592b5ced3f07ef20b Mon Sep 17 00:00:00 2001 From: Vasek Sraier Date: Mon, 28 Sep 2020 13:57:45 +0200 Subject: [PATCH] graph: automatic resizing of the map --- frontend/src/Editor.svelte | 2 +- frontend/src/Graph.svelte | 56 +++++++++++++++++--------------------- 2 files changed, 26 insertions(+), 32 deletions(-) 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}