moved tiptip a few more pixels away to reduce flashing
This commit is contained in:
parent
02b11c5d59
commit
6e52ea805b
|
@ -42,7 +42,7 @@
|
||||||
if (e.hasClass("ttbottom")) pos="bottom";
|
if (e.hasClass("ttbottom")) pos="bottom";
|
||||||
if (e.hasClass("ttleft")) pos="left";
|
if (e.hasClass("ttleft")) pos="left";
|
||||||
if (e.hasClass("ttright")) pos="right";
|
if (e.hasClass("ttright")) pos="right";
|
||||||
e.tipTip({defaultPosition: pos});
|
e.tipTip({defaultPosition: pos, edgeOffset: 8});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue