Expand layer
This commit is contained in:
parent
1d35620ea6
commit
b4765a0a9a
|
@ -242,6 +242,7 @@ if ($config["pure"] != 0) {
|
||||||
|
|
||||||
var new_height = $(document).height();
|
var new_height = $(document).height();
|
||||||
$("#map").css("height", new_height - 60);
|
$("#map").css("height", new_height - 60);
|
||||||
|
$("svg[id*=OpenLayers]").css("height", new_height - 60);
|
||||||
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue