Skip to content

Commit fb57cc8

Browse files
committed
Tooltip: Change default to flipfit for both dimensions, now that it is available. Fixes positioning issue when tooltipped element is at the top of the screen.
1 parent 25f2113 commit fb57cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.tooltip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $.widget( "ui.tooltip", {
2727
position: {
2828
my: "left+15 center",
2929
at: "right center",
30-
collision: "flip fit"
30+
collision: "flipfit flipfit"
3131
},
3232
show: true,
3333
tooltipClass: null,

0 commit comments

Comments
 (0)