mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Fix tooltip position
This commit is contained in:
@@ -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 () {
|
||||
|
Reference in New Issue
Block a user