mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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…
x
Reference in New Issue
Block a user