Expand layer

This commit is contained in:
Daniel Maya 2017-07-21 12:19:56 +02:00
parent 1d35620ea6
commit b4765a0a9a
1 changed files with 1 additions and 0 deletions

View File

@ -242,6 +242,7 @@ if ($config["pure"] != 0) {
var new_height = $(document).height();
$("#map").css("height", new_height - 60);
$("svg[id*=OpenLayers]").css("height", new_height - 60);
});
</script>