Carte openstreetmap ajustement position tooltip
This commit is contained in:
parent
9f1c3a98d2
commit
ab45abbf60
@ -211,7 +211,7 @@ $(document).ready(function(){
|
||||
title: feature.get('name'),
|
||||
text: feature.get('text'),
|
||||
},
|
||||
position: { my: 'bottom center', at: 'top center', adjust: { y: -30 } },
|
||||
position: { my: 'bottom center', at: 'top center', adjust: { y: -40 } },
|
||||
style: { classes: 'qtip-light' }
|
||||
})
|
||||
$(element).qtip('api').show();
|
||||
|
Loading…
Reference in New Issue
Block a user