Skip to content

Commit

Permalink
Tooltip: Turn of collision detection on forms demo for mobile rendering
Browse files Browse the repository at this point in the history
Slighly improves the result by avoiding the tooltip ending up on top of
the input.
  • Loading branch information
jzaefferer committed Sep 30, 2015
1 parent 5cbb419 commit c02f599
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demos/tooltip/forms.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
var tooltips = $( "[title]" ).tooltip({
position: {
my: "left top",
at: "right+5 top-5"
at: "right+5 top-5",
collision: "none"
}
});
$( "<button>" )
Expand Down

0 comments on commit c02f599

Please sign in to comment.