From 416eed8e486f9421d11226e900daf14ddaca2649 Mon Sep 17 00:00:00 2001 From: Maya Date: Tue, 2 Sep 2025 21:06:39 +0800 Subject: [PATCH] fix: blur and tooltip fixes tooltip appends to body to fix overflow issues, fix scroll --- src/lib/components/visual/Tooltip.svelte | 15 ++++++++++++++- src/routes/+page.svelte | 22 +++++++++++----------- 2 files changed, 25 insertions(+), 12 deletions(-) diff --git a/src/lib/components/visual/Tooltip.svelte b/src/lib/components/visual/Tooltip.svelte index ba2269d..ae8f9da 100644 --- a/src/lib/components/visual/Tooltip.svelte +++ b/src/lib/components/visual/Tooltip.svelte @@ -1,6 +1,5 @@
{#if key === "Video"} @@ -210,7 +210,7 @@ ](), })}

-
+
{m[ "upload.cards.supported_formats" @@ -226,7 +226,7 @@ ? format.slice(0, -1) : format} {#if isPartial}
- - {#if showBlur[i]} -
- {/if}
+ + {#if showBlur[i]} +
+ {/if}
{/each}