From 66950779de419cbab379af868decbe6f95c21269 Mon Sep 17 00:00:00 2001 From: PaddiM8 Date: Sat, 2 Jan 2021 18:45:07 +0100 Subject: [PATCH] Scroll to bottom after input --- kalk_web/src/Calculator.svelte | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/kalk_web/src/Calculator.svelte b/kalk_web/src/Calculator.svelte index f17f4ae..04bd83a 100644 --- a/kalk_web/src/Calculator.svelte +++ b/kalk_web/src/Calculator.svelte @@ -1,7 +1,19 @@ +
+

kalk

Type 'help' for instructions.

{#each outputLines as line}

- >> {@html line}

{/each}