Tooltip: Turn of collision detection on forms demo for mobile rendering

Slighly improves the result by avoiding the tooltip ending up on top of
the input.
This commit is contained in:
Jörn Zaefferer 2015-09-30 15:23:07 +02:00
parent 5cbb419f24
commit c02f59981f

View File

@ -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>" )