We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f3a4b commit 0a7d79eCopy full SHA for 0a7d79e
src/components/HoverPopup/HoverPopup.tsx
@@ -97,6 +97,8 @@ export const HoverPopup = ({
97
onBlur={onPopupBlur}
98
placement={['top', 'bottom']}
99
hasArrow
100
+ // bigger offset for easier switching to neighbour nodes
101
+ // matches the default offset for popup with arrow out of a sense of beauty
102
offset={[0, 12]}
103
>
104
<div onContextMenu={onPopupContextMenu}>{popupContent}</div>
0 commit comments