Fix tooltip position

This commit is contained in:
Nicolas Le Goff
2014-06-25 18:33:34 +02:00
parent 0851381378
commit 067e41ade4

View File

@@ -398,11 +398,7 @@ function afterSearch() {
delay: 0
});
$('.previewTips').tooltip({
fixable: true,
delay: 200,
top: 15,
left: 15,
outside: false
fixable: true
});
$('.thumb .rollovable').hover(
function () {