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>
This commit is contained in:
01zulfi
2025-04-29 09:32:38 +05:00
committed by Abdullah Atta
parent 1b511c8ddd
commit 5de5ffe068

View File

@@ -125,7 +125,7 @@ export function HoverPopupHandler(props: FloatingMenuProps) {
align: "start",
location: "top",
isTargetAbsolute: true,
yOffset: 10,
yOffset: -10,
xOffset: -30
}
});