This commit is contained in:
parent
1060a7c2cc
commit
f557801d12
|
@ -262,7 +262,7 @@ function _wpgpxmaps(params)
|
||||||
css('left', 0).
|
css('left', 0).
|
||||||
css("width", '100%').
|
css("width", '100%').
|
||||||
css("height", '100%').
|
css("height", '100%').
|
||||||
css("z-index", '99999');
|
css("z-index", '100');
|
||||||
jQuery("#wpadminbar").each(function(){
|
jQuery("#wpadminbar").each(function(){
|
||||||
jQuery(mapDiv).css('top', jQuery(this).height());
|
jQuery(mapDiv).css('top', jQuery(this).height());
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue