mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
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:
@@ -125,7 +125,7 @@ export function HoverPopupHandler(props: FloatingMenuProps) {
|
||||
align: "start",
|
||||
location: "top",
|
||||
isTargetAbsolute: true,
|
||||
yOffset: 10,
|
||||
yOffset: -10,
|
||||
xOffset: -30
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user