Skip to content

Commit 65f097b

Browse files
committed
fix: tooltip offset
1 parent d2e833b commit 65f097b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/speaker-tooltips.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
{#snippet children({ motion })}
5959
<div
6060
use:motion
61-
class="absolute -left-1/2 -top-16 z-50 flex translate-x-1/2 flex-col items-center justify-center rounded-md bg-black px-4 py-2 text-xs shadow-xl"
61+
class="absolute -left-1/2 -top-16 z-50 flex flex-col items-center justify-center rounded-md bg-black px-4 py-2 text-xs shadow-xl"
6262
>
6363
<div
6464
class="absolute inset-x-10 -bottom-px z-30 h-px w-[20%] bg-linear-to-r from-transparent via-emerald-500 to-transparent"

0 commit comments

Comments
 (0)