From 5de5ffe06824e6decb6244ec6b062b79c35527db Mon Sep 17 00:00:00 2001 From: 01zulfi <85733202+01zulfi@users.noreply.github.com> Date: Tue, 29 Apr 2025 09:32:38 +0500 Subject: [PATCH] editor: improve hover link popup position (#8011) * move it down so it doesn't block the link Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com> --- .../editor/src/toolbar/floating-menus/hover-popup/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor/src/toolbar/floating-menus/hover-popup/index.tsx b/packages/editor/src/toolbar/floating-menus/hover-popup/index.tsx index 936c16154..e9505da83 100644 --- a/packages/editor/src/toolbar/floating-menus/hover-popup/index.tsx +++ b/packages/editor/src/toolbar/floating-menus/hover-popup/index.tsx @@ -125,7 +125,7 @@ export function HoverPopupHandler(props: FloatingMenuProps) { align: "start", location: "top", isTargetAbsolute: true, - yOffset: 10, + yOffset: -10, xOffset: -30 } });