opentip icon indicating copy to clipboard operation
opentip copied to clipboard

Prevent overlap with target element?

Open tconroy opened this issue 9 years ago • 1 comments

hey.. how do I prevent the tooltip from covering / overlapping the target element? I want the target to remain completely visible, with the tooltip positioned otuside its bounding box (top/left/right/bottom, doesn't matter).

tconroy avatar May 19 '16 17:05 tconroy

You can move it out of the way using the offset option. Usage is offset: [x,y]. Using a -y value will move the element up when it is pointing down at the target

EllDoubleYew avatar Jun 16 '16 00:06 EllDoubleYew