diff --git a/src/lib/components/copyInput.svelte b/src/lib/components/copyInput.svelte index b19d9b0021..e3dd95beb8 100644 --- a/src/lib/components/copyInput.svelte +++ b/src/lib/components/copyInput.svelte @@ -24,7 +24,7 @@ }; -
+
@@ -37,7 +37,8 @@ on:mouseenter={() => setTimeout(() => (content = 'Click to copy'))} use:tooltip={{ content, - hideOnClick: false + hideOnClick: false, + appendTo: document.getElementById('tooltip-container') }}>