This commit is contained in:
bastianonm 2012-07-06 15:44:22 +00:00
parent 1060a7c2cc
commit f557801d12
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ function _wpgpxmaps(params)
css('left', 0).
css("width", '100%').
css("height", '100%').
css("z-index", '99999');
css("z-index", '100');
jQuery("#wpadminbar").each(function(){
jQuery(mapDiv).css('top', jQuery(this).height());
});