From 1d9eaa5bddc399b831f593377abadc7a670df485 Mon Sep 17 00:00:00 2001 From: denizk0461 Date: Wed, 15 Apr 2026 16:36:54 +0200 Subject: [PATCH] scroll top button now uses #top instead of custom javascript --- src/lib/components/scroll-top-button.svelte | 40 +++++++++++++-------- 1 file changed, 25 insertions(+), 15 deletions(-) diff --git a/src/lib/components/scroll-top-button.svelte b/src/lib/components/scroll-top-button.svelte index 42d9e55..3d26aec 100644 --- a/src/lib/components/scroll-top-button.svelte +++ b/src/lib/components/scroll-top-button.svelte @@ -1,34 +1,44 @@ -{#if y > 2400} - -{/if} + \ No newline at end of file