From 61770d3e50e6054fbdfa11c174bf45701f07b47b Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 10 Apr 2025 23:17:15 +0000
Subject: [PATCH] chore(deps): bump the production-dependencies group with 6 updates (#1913)

---
 quartz/components/scripts/popover.inline.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/quartz/components/scripts/popover.inline.ts b/quartz/components/scripts/popover.inline.ts
index 56d2c96..86cc885 100644
--- a/quartz/components/scripts/popover.inline.ts
+++ b/quartz/components/scripts/popover.inline.ts
@@ -23,7 +23,7 @@
       middleware: [inline({ x: clientX, y: clientY }), shift(), flip()],
     })
     Object.assign(popoverElement.style, {
-      transform: `translate(${x}px, ${y}px)`,
+      transform: `translate(${x.toFixed()}px, ${y.toFixed()}px)`,
     })
   }
 

--
Gitblit v1.10.0