I am using qTip2 to show a help message near the mouse cursor.
position: {
target: 'mouse'
}
But I cannot click on anything because qTip is always under the mouse, it prevents from clicking anything under it. How can I move the tip some pixels aside from mouse (so it still follows it)?