From c1cc69f0e209a35f88a370ca76125b91b8e32729 Mon Sep 17 00:00:00 2001 From: Sinclair Chen Date: Tue, 10 Dec 2024 15:34:42 -0800 Subject: [PATCH] Don't slide tooltip on hover --- web/components/widgets/tooltip.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/widgets/tooltip.tsx b/web/components/widgets/tooltip.tsx index eaab2c438e..a2e925a41a 100644 --- a/web/components/widgets/tooltip.tsx +++ b/web/components/widgets/tooltip.tsx @@ -87,10 +87,10 @@ export function Tooltip(props: { {/* conditionally render tooltip and fade in/out */}