mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-05-18 05:05:36 +02:00
editor: remove vertical offset on link hover popup (#9487)
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
@@ -125,7 +125,7 @@ export function HoverPopupHandler(props: FloatingMenuProps) {
|
|||||||
align: "start",
|
align: "start",
|
||||||
location: "top",
|
location: "top",
|
||||||
isTargetAbsolute: true,
|
isTargetAbsolute: true,
|
||||||
yOffset: -10,
|
yOffset: 0,
|
||||||
xOffset: -30
|
xOffset: -30
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user