add missing bottom padding
This commit is contained in:
parent
f0813f1acf
commit
5c7e172ee7
1 changed files with 1 additions and 1 deletions
|
@ -524,7 +524,7 @@ c3nav = {
|
|||
var left = 0,
|
||||
top = (left === 0) ? $('#search').height()+10 : 10;
|
||||
options[topleft || 'paddingTopLeft'] = L.point(left+13, top+41);
|
||||
options[bottomright || 'paddingBottomRight'] = L.point(50, 0);
|
||||
options[bottomright || 'paddingBottomRight'] = L.point(50, 20);
|
||||
return options;
|
||||
},
|
||||
_add_location_to_map: function(location, icon) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue